2007-11-16  Soren Sandmann <sandmann@daimi.au.dk>

	* TODO: updates
	
	* module/sysprof-module.c (sysprof_poll): Only select readable
	when there is at least eight traces available

	* collector.c (collect_traces): New function, old on_read()
	
	* collector.c (collector_create_profile): Collect traces here as
	well.


svn path=/trunk/; revision=388
This commit is contained in:
Soren Sandmann
2007-11-17 02:53:22 +00:00
committed by Søren Sandmann Pedersen
parent d82fe2e474
commit c00ccd69c7
4 changed files with 46 additions and 13 deletions

View File

@ -1,3 +1,15 @@
2007-11-16 Soren Sandmann <sandmann@daimi.au.dk>
* TODO: updates
* module/sysprof-module.c (sysprof_poll): Only select readable
when there is at least eight traces available
* collector.c (collect_traces): New function, old on_read()
* collector.c (collector_create_profile): Collect traces here as
well.
2007-11-16 Soren Sandmann <sandmann@daimi.au.dk>
* TODO: Updates