mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
test: add more events
This commit is contained in:
parent
1886ee737e
commit
61f064a997
2 changed files with 853 additions and 652 deletions
1504
test/t1.expected
1504
test/t1.expected
File diff suppressed because it is too large
Load diff
|
|
@ -10,6 +10,7 @@ let run () =
|
|||
incr n;
|
||||
Trace.with_span ~__FILE__ ~__LINE__ "inner.loop" @@ fun _sp ->
|
||||
Trace.messagef (fun k -> k "hello %d %d" _i _j);
|
||||
Trace.message "world";
|
||||
Trace.counter_int "n" !n
|
||||
done
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue