Changes between Version 3 and Version 4 of CottoTasklist
- Timestamp:
- 12/10/09 06:42:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CottoTasklist
v3 v4 7 7 - Switch to a Configure.pl-based approach for finding the appropriate timing functions. 8 8 - Create an efficient binary output format with optional compression, similar to NYTProf. 9 - Optimize the profiling runloop code. It are slow.9 - Optimize the profiling runloop code. 10 10 - Consider moving the Callgrind output code into the profiling runcore. 11 - Abstract output in the profiling runcore to minimize the amount of code that cares about the output format.11 - ~~Abstract output in the profiling runcore to minimize the amount of code that cares about the output format.~~ 12 12 - Fix CLI argument parsing so that options can be passed to the profiling runcore. 13 13 - It'd also be nice if parrot were smart enough to treat -Rp or -Rprof to the same as -Rprofiling