Content deleted Content added
Crasshopper (talk | contribs) m →Output |
Crasshopper (talk | contribs) m →Output |
||
Line 7:
* [[Profiling (computer programming)|Profiling]]: measuring dynamic program behaviors during a training run with a representative input. This is useful for properties of a program that cannot be [[static program analysis|analyzed statically]] with sufficient precision, such as [[alias analysis]].
* Inserting timers into functions.
* Logging major events such as crashes.
== Limitations ==
|