summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSoren Sandmann <sandmann@daimi.au.dk>2007-11-16 07:47:22 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2007-11-16 07:47:22 +0000
commitd82fe2e474afa2ccb6a9814f50eee9782d143b24 (patch)
tree12e6115f7ab3ce51de9d0d2dcdb07c008968f341 /TODO
parent0118fb459bc6164b45d9a6c12450c04a9a519ca1 (diff)
Updates
2007-11-16 Soren Sandmann <sandmann@daimi.au.dk> * TODO: Updates * process.c (process_locate_map): Move map to front * profile.c (profile_load): Ignore the toplevel field in the file since we can compute it ourselves. * stackstash.c (stack_stash_decorate): New function * stackstash.c (stack_stash_add_trace): Decorate the tree lazily instead of on each sample. svn path=/trunk/; revision=387
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8ac70a4..b93de00 100644
--- a/TODO
+++ b/TODO
@@ -23,6 +23,11 @@ Before 1.0.4:
Before 1.2:
+* If we profile something that is not very CPU bound, sysprof itself
+ seems to get a disproportionate amount of the samples. Should look into this.
+
+* Is the move-to-front in process_locate_map() really worth it?
+
* Apparently, if you upgrade the kernel, then don't re-run configure,
the kernel Makefile will delete all of /lib/modules/<release>/kernel
if you run make install in the module directory. Need to find out what