Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Increase reported profile timestamp precision #31

Merged
merged 1 commit into from
Mar 9, 2022

Commits on Feb 25, 2022

  1. Increase reported profile timestamp precision

    Currently, Java uses microsecond precision for uploaded profile
    start/end, whereas Ruby, Python, Go and libddprof use second precision.
    
    While discussing with @flodav he made a good point that just truncating
    the start and end would mean that we could induce quite a bit of error.
    
    I decided to bump it to nanos, since we have it anyway. Open to
    change, if it's overkill :)
    ivoanjo committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    754d7e9 View commit details
    Browse the repository at this point in the history