We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97567a3 commit 6f573c5Copy full SHA for 6f573c5
src/extras/timeline.jl
@@ -29,20 +29,20 @@ module NVTXT
29
ProcessId = $pid
30
CategoryId = 1
31
Color = Blue
32
- TimeBase = ClockMonotonicRaw
+ TimeBase = Manual
33
@RangePush, Time, ThreadId, Message
34
35
36
37
38
@RangePop, Time, ThreadId
39
40
41
@Marker, Time, ThreadId, Message
42
43
44
45
46
""")
47
end
48
0 commit comments