rsnt_translations
56,430
edits
(Marked this version for translation) |
No edit summary |
||
Line 16: | Line 16: | ||
== Code profiling == <!--T:8--> | == Code profiling == <!--T:8--> | ||
Why would one need to profile code? Because it's the only way to understand: | Why would one need to profile code? Because it's the only way to understand: | ||
* Where time is being spent (Hotspots) | |||
* How the code is performing | |||
* Where to focus your time | |||
<!--T:9--> | <!--T:9--> |