package trace
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A lightweight stub for tracing/observability, agnostic in how data is collected
Install
dune-project
Dependency
Authors
Maintainers
Sources
trace-0.11.tbz
sha256=a29329fcfb191a98bfed26c05c300ed9e1e915b73cc59f51e9d9cdc4d1f158bc
sha512=ff77a4ef19375f4ad3b1ddff7336657a4a5695924b679ac2c36a77b14b95c63d126539efd1590f83b415a1288bb843a5fb4308e53a807dcc22456cb40a8e0026
doc/src/trace.util/trace_id64.ml.html
Source file trace_id64.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17open struct module A = Trace_core.Internal_.Atomic_ end type t = int64 module Gen : sig type t val create : unit -> t val gen : t -> int64 end = struct type t = int A.t let create () = A.make 0 let[@inline] gen self : int64 = A.fetch_and_add self 1 |> Int64.of_int end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>