|
|
|
|
|
by fredophile
4518 days ago
|
|
Valgrind is fine for teaching students. I would probably use something faster and more sophisticated (and probably more expensive) in a professional setting but that doesn't mean there's nothing to learn from using it. Adding logging also changes timing. Those aren't just NOPs you're throwing in. Also, changing timing isn't always a bad thing. Sometimes you can get a bug from a race condition to happen more often with the debugger. |
|
Once upon a time it was really slow, but then they added just in time compilation.
logging/tracing can be selectively enabled;