mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
* Added initial support for -t flag to show timings Shows very basic timing data for the Dial stage (TLS setup and BlockingDial) and InvokeRPC method as well as the total time. * Made timing data part of the very verbose functionality * cleanup * fix --------- Co-authored-by: Scott Blum <dragonsinth@gmail.com>