mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
*** empty log message ***
This commit is contained in:
3
TODO
3
TODO
@ -37,6 +37,8 @@ Before 1.2:
|
||||
- It looks like the stackstash-reorg code confuses "main" from
|
||||
unrelated processes. - currently it looks like if multiple
|
||||
"main"s are present, only one gets listed in the object list.
|
||||
Seems to mostly happen when multiple processes are
|
||||
involved.
|
||||
- Numbers in caller view are completely screwed up.
|
||||
- It looks like it sometimes gets confused with similar but different
|
||||
processes: Something like:
|
||||
@ -48,6 +50,7 @@ Before 1.2:
|
||||
recursive profiles. Hypothesis: seen_nodes can grow large, and the
|
||||
algorithm is O(n^2) in the length of the trace.
|
||||
|
||||
|
||||
- make the things we put in a stackstash real
|
||||
objects so that
|
||||
- we can save them
|
||||
|
||||
@ -624,7 +624,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
||||
<property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
|
||||
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
||||
<property name="shadow_type">GTK_SHADOW_IN</property>
|
||||
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user