1Latent-see 2---------- 3 4This is a simple latency profiling tool. 5 6We record various timestamps throughout program execution, and then at exit format json 7to a file `latent_see.json` in the chrome event trace format. This format can be 8consumed by various tools (eg ui.perfetto.dev). 9 10Recording macros are documented in latent_see.h. 11