Re: [go-nuts] GC - Absolute Timestamp and Pause Time calculation

2018-11-30 Thread Ian Lance Taylor
On Fri, Nov 30, 2018 at 6:42 AM Prabhash Rathore wrote: > > I need to analyze the Golang GC log, specifically the pause times wrt to the > server time (absolute time). However I see the Golang gGC log does not > contain absolute timestamp, it has a relative timestamp from the process > start ti

[go-nuts] GC - Absolute Timestamp and Pause Time calculation

2018-11-30 Thread Prabhash Rathore
Hello, I need to analyze the Golang GC log, specifically the pause times wrt to the server time (absolute time). However I see the Golang gGC log does not contain absolute timestamp, it has a relative timestamp from the process start time. Is there a reason not to log absolute timestamp with ea