Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-19 | 1.1 kB | |
v0.5.27 source code.tar.gz | 2025-02-19 | 19.5 kB | |
v0.5.27 source code.zip | 2025-02-19 | 24.5 kB | |
Totals: 3 Items | 45.1 kB | 0 |
TimerOutputs v0.5.27
New features
- FlameGraphsExt for showing flamegraphs of TimerOutput reports in i.e. ProfileView
- New
begin_timed_section!
andend_timed_section!
functions for manually marking timed sections
Bug fixes
- Empty labels now handled properly
- Line numbers now correct when expr throws within a
@timeit
call
Merged pull requests: - remove line numbers from the macro created code (#164) (@KristofferC) - Fix using timeit with an empty label (#183) (@Octogonapus) - Add public way to start and stop a labelled section (#185) (@IanButterworth) - Add FlameGraphsExt (#186) (@IanButterworth) - Fix total deltas (#187) (@IanButterworth) - Add docs on FlameGraphsExt (#188) (@IanButterworth) - v0.5.27 (#189) (@IanButterworth) - Revert "Fix total deltas" (#190) (@IanButterworth)
Closed issues: - Compilation errors in timed function calls yield "broken" stacktraces (#77) - Concurrency bug, possibly caused by a macro hygiene problem (#182)