Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: jkool702/timep

Tags

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README with timep v1.10.1 changes

v1.10

Toggle v1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Testing/main new (#90)

* refresh tests (including forkrun test)
* parallelized final output generation + flamegraph generation
* made output profile show sooner
* Updated CHANGELOG for timep v1.10 release with new features and improvements.
* Updated README.md to reflect changes in timep v1.10, including dependency updates and enhancements in flamegraph generation and time aggregation.
* fixed bug with running functions

v1.9.4

Toggle v1.9.4's commit message
refresh tests

v1.9.3

Toggle v1.9.3's commit message
refresh forkrun test

v1.9.2

Toggle v1.9.2's commit message
refresh tests

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
timep v1.9.1

hotfix for an issue where an extra empty line was being added to the profile, skewing CPU times upward + refresh tests

v1.9

Toggle v1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update documentation (changelog) for v1.9

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #73 from jkool702/HOTFIX/main

v1.8.1

v1.8

Toggle v1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #69 : timep v1.8

In this release, the instrumented DEBUG trap has been refactored to improve accuracy and to avoid missing commands:
* timep now knows how to properly handle backgrounded function calls (e.g., `func &`)
* timep no longer silently drops commands from the profile in a handful of edge cases
* timep, in general, produces more accurate profiles
* timep now suvcesssfully profiles every single "explicitly-designed-to-break-profilers" stress test (under the TESTS dir). A few new stress tests were added as well
* any orphaned logs are now automatically merged up (instead of silently dropped).

v1.7

Toggle v1.7's commit message
timep release (v1.7)