Fix typo in GPR_TIMER_SCOPE annotation. The typo could be misleading in performance profiles

pull/16016/head
Hope Casey-Allen 7 years ago
parent 351f0bb5c1
commit 15c947a080
  1. 2
      src/core/ext/transport/chttp2/transport/hpack_parser.cc

@ -1622,7 +1622,7 @@ grpc_error* grpc_chttp2_header_parser_parse(void* hpack_parser,
grpc_chttp2_transport* t,
grpc_chttp2_stream* s,
grpc_slice slice, int is_last) {
GPR_TIMER_SCOPE("grpc_chttp2_hpack_parser_parse", 0);
GPR_TIMER_SCOPE("grpc_chttp2_header_parser_parse", 0);
grpc_chttp2_hpack_parser* parser =
static_cast<grpc_chttp2_hpack_parser*>(hpack_parser);
if (s != nullptr) {

Loading…
Cancel
Save