You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/01/19 07:50:20 UTC

[GitHub] [incubator-pegasus] levy5307 opened a new issue #882: avoid to call add_point in latency_tracer

levy5307 opened a new issue #882:
URL: https://github.com/apache/incubator-pegasus/issues/882


   ## Feature Request
   
   In previous implementation,  the function `latency_tracer::add_point` will always called even if `enable_tracer` is false. And before the calling of this function, `fmt::format("{}:{}:{}", __FILENAME__, __LINE__, __FUNCTION__)` will be called to generate the parameter need by it, which will cause waste of cpu cycle and memory usage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] levy5307 closed issue #882: avoid to call add_point in latency_tracer

Posted by GitBox <gi...@apache.org>.
levy5307 closed issue #882:
URL: https://github.com/apache/incubator-pegasus/issues/882


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org