*** empty log message ***

This commit is contained in:
Søren Sandmann Pedersen
2005-11-25 03:43:24 +00:00
parent 96188f3c99
commit 8b66aa02f8
2 changed files with 4 additions and 1 deletions

3
TODO
View File

@ -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

View File

@ -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>