Skip to content

Commit

Permalink
update for trace 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 9, 2023
1 parent 6b8d132 commit acbf1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/trace/tracy_client_trace.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ module C () : Trace.Collector.S = struct
let counter_int name n : unit = counter_float name (float_of_int n)
let shutdown () = ()

let enter_explicit_span ~surrounding:_ ?__FUNCTION__:_ ~__FILE__:_ ~__LINE__:_
~data:_ _name : explicit_span =
let enter_manual_span ~parent:_ ~flavor:_ ~__FUNCTION__:_ ~__FILE__:_
~__LINE__:_ ~data:_ _name : explicit_span =
Trace.Collector.dummy_explicit_span

let exit_explicit_span _es : unit = ()
let exit_manual_span _es : unit = ()
end

let collector () : Trace.collector =
Expand Down

0 comments on commit acbf1d2

Please sign in to comment.