| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-20 | 2.0 kB | |
| v1.0.0 source code.tar.gz | 2026-07-20 | 52.3 kB | |
| v1.0.0 source code.zip | 2026-07-20 | 63.3 kB | |
| Totals: 3 Items | 117.5 kB | 0 | |
TimerOutputs v1.0.0
Check out the CHANGELOG.md for changes and updates to the package.
Merged pull requests:
- run Runic on codebase and do some basic maintaince (#200) (@KristofferC)
- vibe code a macro that annotates all lines in a section (#205) (@KristofferC)
- Rewrite internals: PrettyTables printing (#216) (@KristofferC)
- add some quality checks (#217) (@KristofferC)
- Fix correctness issues found in review (#218) (@KristofferC)
- improve rendering of
@timeit_all(#219) (@KristofferC) - Add "heat" bar columns to the table (#220) (@KristofferC)
- add possibility of seeing GC percentage (default to off) (#221) (@KristofferC)
- allow one to directly time a call, using the call as the section name (#222) (@KristofferC)
- add @timed_testset, a timed drop-in for Test.@testset (#223) (@KristofferC)
- make debug timeit recursive (#224) (@KristofferC)
- Bump version from 0.5.30 to 1.0.0 (#225) (@KristofferC)
Closed issues:
- multi-thread support (#72)
- Huge increase in allocations when timing a function with return values (#81)
- Colouring? (#102)
- Additional allocations in Julia v1.6 compared to Julia v1.5 (#105)
- microsecond ascii problem (#115)
- timeit_debug is not zero-cost (#120)
- The time is affected by StaticArrays (#155)
- implement of @timeit_all (#156)
- Shorthand for timing function call (#159)
- Adding a macro for timed testsets? (#165)
- print_timer to stdout gives 1 leading space causing unpleasant line wrapping (#166)
@timeitoverwrites the location of function definition (#168)- document
TimerOutputs.time(#171) - Resetting timer from within @timeit fails (#172)
- Show GC time (#173)
- Feature Request: Enhancing Simulation Timing Reports with Color-Coded Outputs in Julia (#174)
- Show %parent as well as %tot (#192)
- Don't group same label, different location sections? (#195)
- Time for a 1.0? (#203)