|
|
|
|
|
by Veserv
1079 days ago
|
|
They claim tracing overhead is <10%. This is very believable, and actually frankly seems kind of high. You can do a full execution trace of a C program for a similar low double digit percent overhead and Python is usually on the order of 10x slower, so naively you would assume like 1% overhead. I assume the hooks Python makes available are probably just kind of bad for this use case and they do not have access to a proper high speed log. |
|