Hi,
I would like to get gRPC performance profile by group of the functions or 
layers.

I tried to used built-in performance profiling by 
${grpc}/tools/profiling/latency_profile/profile_analyzer.py and got the 
final index.html with a lot of numbers. I assume these numbers are for 
particular functions with some kind of hierarchy.


I would like to get simple profile with internal gRPC layers like:


Protobuf serialize and upper - %

Chttp2 layer - %

Tcp endpoint - %

 

I tried to implement my own profile code and it works well with transport 
layer but doesn’t with upper layers. I suspect this related to wrong 
functions I chose for profiling in upper layers.

 

Could you please recommend how I can get desired profile?

 

Thank you

Sergey


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/172dfb5f-e742-4e5f-93a9-e3cb6dcee7d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to