Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-28 | 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous ↵ | Daniel Shahaf | 1 | -3/+28 | |
functions as though they were a single function named "(anon)". Before: % zmodload zsh/zprof % () : % () : % zprof num calls time self name ----------------------------------------------------------------------------------- 1) 2 0.08 0.04 100.00% 0.08 0.04 100.00% (anon) After: % zmodload zsh/zprof % () : % () : % zprof num calls time self name ----------------------------------------------------------------------------------- 1) 1 0.04 0.04 50.45% 0.04 0.04 50.45% (anon) [:3] 2) 1 0.04 0.04 49.55% 0.04 0.04 49.55% (anon) [:2] | |||||
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -5/+5 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -4/+25 | |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -2/+2 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -2/+2 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2001-05-28 | Silence compiler warnings. | Bart Schaefer | 1 | -2/+2 | |
2001-05-28 | make the zprof wrapper function be more careful, avoiding almost all of the ↵ | Sven Wischnowsky | 1 | -48/+59 | |
code when the module is being unloaded (14504) | |||||
2001-03-20 | fix misaligned percent output of zprof (13673) | Sven Wischnowsky | 1 | -29/+25 | |
1999-12-13 | Initial revision | Tanaka Akira | 1 | -0/+328 | |