The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

332 B

Latent-see

This is a simple latency profiling tool.

We record various timestamps throughout program execution, and then at exit format json to a file latent_see.json in the chrome event trace format. This format can be consumed by various tools (eg ui.perfetto.dev).

Recording macros are documented in latent_see.h.