|
|
|
|
|
by bluGill
971 days ago
|
|
Sometimes the important performance critical path is the one least taken. You can't profile because the profiler has no way to know you don't care about the common path. In general the profiler is a better tool, but there are rare exceptions and if those apply to you c++ gives you the control you need. |
|