Skip to content

Commit

Permalink
switch to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 11, 2020
1 parent 97567a3 commit 6f573c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/extras/timeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f573c5

Please sign in to comment.