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 a2d678c commit 8f069c9Copy full SHA for 8f069c9
src/trace/tracy_client_trace.ml
@@ -39,6 +39,8 @@ module C () : Trace.Collector.S = struct
39
let shutdown () = ()
40
let add_data_to_span _ _ = ()
41
let add_data_to_manual_span _ _ = ()
42
+ let enter_context name = Tracy_client.enter_frame name
43
+ let exit_context name = Tracy_client.exit_frame name
44
45
let enter_manual_span ~parent:_ ~flavor:_ ~__FUNCTION__:_ ~__FILE__:_
46
~__LINE__:_ ~data:_ _name : explicit_span =
0 commit comments