Simon Cruanes
cb468a0440
remove manual spans
...
there isn't a clear way to use them. The `tracing` library in Rust
doesn't have an equivalent of this, instead futures re-enter and
re-exit regular spans whenever they are polled. For us in OCaml the
equivalent is to create a regular span whenever we schedule a
future/fiber, and exit it when we yield.
2024-01-24 22:49:30 -05:00
Simon Cruanes
debb0211b7
update test
2023-12-07 16:16:07 -05:00
Simon Cruanes
c9b6a60a6f
test: update output, now fixed
2023-08-30 20:24:19 -04:00
Simon Cruanes
e34d6dade3
update test
2023-08-30 20:23:53 -04:00
Simon Cruanes
83baf45207
update test
2023-08-30 20:23:51 -04:00
Simon Cruanes
82aa762de3
update test
2023-08-09 00:26:21 -04:00
Simon Cruanes
deab399e93
update test
2023-08-09 00:26:21 -04:00
Simon Cruanes
61f064a997
test: add more events
2023-06-10 19:31:39 -04:00
Simon Cruanes
8625a33d6b
use better float printer for counters
2023-06-09 23:08:16 -04:00
Simon Cruanes
3db8f73dcb
update test with counters
2023-06-09 23:06:03 -04:00
Simon Cruanes
89dac20da8
update test
2023-06-09 16:08:50 -04:00
Simon Cruanes
c58810f4e8
fix build error; make tests deterministic
2023-06-08 23:47:52 -04:00
Simon Cruanes
df61e98495
unit test for trace-tef
2023-06-08 22:31:51 -04:00