More Faster tracing
Hey, it would be really nice if you can implement faster tracing, of course it will use more system memory and stuff but its worth it lol because tracing does take some time. And maybe tracing only specific sections like .text .data so on.
Hi! The speed of tracing isn't really in my control, because I am not the author of the instrumentation engine, which is Intel Pin. Tiny Tracer is only a plugin to this engine. The only impact on the speed that I have in Tiny Tracer is, which features I am going to enable or disable. Less features -> faster tracing. However, to keep the functionality that I want to provide I need to put up with this inconvenience of being it slow. Sometimes I am able to make tweaks by changing the selection of Pin API functions that I use, but not always it is possible.
Hi! The speed of tracing isn't really in my control, because I am not the author of the instrumentation engine, which is Intel Pin. Tiny Tracer is only a plugin to this engine. The only impact on the speed that I have in Tiny Tracer is, which features I am going to enable or disable. Less features -> faster tracing. However, to keep the functionality that I want to provide I need to put up with this inconvenience of being it slow. Sometimes I am able to make tweaks by changing the selection of Pin API functions that I use, but not always it is possible.
Thanks for replying, I now understand the point. :)