Skip to content

Commit 6f573c5

Browse files
committed
switch to manual
1 parent 97567a3 commit 6f573c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/extras/timeline.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ module NVTXT
2929
ProcessId = $pid
3030
CategoryId = 1
3131
Color = Blue
32-
TimeBase = ClockMonotonicRaw
32+
TimeBase = Manual
3333
@RangePush, Time, ThreadId, Message
3434
ProcessId = $pid
3535
CategoryId = 1
3636
Color = Blue
37-
TimeBase = ClockMonotonicRaw
37+
TimeBase = Manual
3838
@RangePop, Time, ThreadId
3939
ProcessId = $pid
40-
TimeBase = ClockMonotonicRaw
40+
TimeBase = Manual
4141
@Marker, Time, ThreadId, Message
4242
ProcessId = $pid
4343
CategoryId = 1
4444
Color = Blue
45-
TimeBase = ClockMonotonicRaw
45+
TimeBase = Manual
4646
""")
4747
end
4848

0 commit comments

Comments
 (0)