mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
details
This commit is contained in:
parent
7507d6e297
commit
77e763b336
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@ let push self l =
|
|||
self.len <- self.len + List.length l
|
||||
)
|
||||
|
||||
let len self = self.len
|
||||
let[@inline] len self = self.len
|
||||
|
||||
let time_started self = self.started
|
||||
let[@inline] time_started self = self.started
|
||||
|
||||
let pop_all self =
|
||||
let l = self.l in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue