package tracing
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tracing library
Install
dune-project
Dependency
Authors
Maintainers
Sources
tracing-v0.15.0.tar.gz
sha256=41b85b4f6972cc6ec4c98a9d65b32a840005ad212bcf49dfa732250b43392ad1
doc/tracing.tracing_probes/Tracing_probes/Event/index.html
Module Tracing_probes.EventSource
Represents a pre-computed event header that can be quickly written along with a hardware timestamp into the global trace.
Source
val create_duration :
arg_types:Tracing_zero.Writer.Arg_types.t ->
category:string ->
name:string ->
t * tReturns a separate duration begin and end events, with matching name and category. arg_types are attached to duration begin event only. Duration end event does not have any arguments. create_duration_begin and create_duration_end allow different arguments for begin and end events, but the user must ensure the name and category match.
Source
val create_duration_begin :
arg_types:Tracing_zero.Writer.Arg_types.t ->
category:string ->
name:string ->
tCreate duration begin event with arguments.
Source
val create_duration_end :
arg_types:Tracing_zero.Writer.Arg_types.t ->
category:string ->
name:string ->
tCreate duration end event with arguments.
Source
val create_instant :
arg_types:Tracing_zero.Writer.Arg_types.t ->
category:string ->
name:string ->
tSource
val create_duration_instant :
arg_types:Tracing_zero.Writer.Arg_types.t ->
category:string ->
name:string ->
tSee Tracing.Writer.write_duration_instant.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>