Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor bug fix for flow event timestamp
The google trace event format leaves a little bit to be desired, in that the start of a flow event has to be between the start end end of the parent task, not equal to the start. So, we take the start timestamp of the parent and add 0.250 microseconds which is the smallest resolution we can use to increase the timestamp to make sure it is during the parent but not after the parent stopped.
- Loading branch information