tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.3k stars 99 forks source link

Adds timing info to each sample #133

Closed viglia closed 2 years ago

viglia commented 2 years ago

At the moment we only have timing info at Report level. We don't have more fine grained timing info for the samples collected.

This PR aims at adding timing info (sample_timestamp) to the samples collected.

viglia commented 2 years ago

@YangKeao thanks for looking over this PR.

I've updated the CHANGELOG.md as requested.

viglia commented 2 years ago

@YangKeao thanks for merging the other PR.

I think this is good to go as well?