Skip to content

Commit

Permalink
compat with trace
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 18, 2023
1 parent a2d678c commit 8f069c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/trace/tracy_client_trace.ml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ module C () : Trace.Collector.S = struct
let shutdown () = ()
let add_data_to_span _ _ = ()
let add_data_to_manual_span _ _ = ()
let enter_context name = Tracy_client.enter_frame name
let exit_context name = Tracy_client.exit_frame name

let enter_manual_span ~parent:_ ~flavor:_ ~__FUNCTION__:_ ~__FILE__:_
~__LINE__:_ ~data:_ _name : explicit_span =
Expand Down

0 comments on commit 8f069c9

Please sign in to comment.