diff --git a/src/extras/timeline.jl b/src/extras/timeline.jl index 2e5e5de5..8b7e0f69 100644 --- a/src/extras/timeline.jl +++ b/src/extras/timeline.jl @@ -29,20 +29,20 @@ module NVTXT ProcessId = $pid CategoryId = 1 Color = Blue - TimeBase = ClockMonotonicRaw + TimeBase = Manual @RangePush, Time, ThreadId, Message ProcessId = $pid CategoryId = 1 Color = Blue - TimeBase = ClockMonotonicRaw + TimeBase = Manual @RangePop, Time, ThreadId ProcessId = $pid - TimeBase = ClockMonotonicRaw + TimeBase = Manual @Marker, Time, ThreadId, Message ProcessId = $pid CategoryId = 1 Color = Blue - TimeBase = ClockMonotonicRaw + TimeBase = Manual """) end