Software bug: Difference between revisions

Content deleted Content added
review: thin unsourced
Tag: Reverted
m Static analysis: remove user name comment
 
(One intermediate revision by the same user not shown)
Line 153:
=== Instrumentation ===
 
Tools to monitor the performance of the software as it is running, either specifically to find problems such as [[Bottleneck (engineering)|bottlenecks]] or to give assurance as to correct working, may be embedded in the code explicitly (perhaps as simple as a statement saying <code>PRINT "I AM HERE"</code>), or provided as tools.<!--[[User:Kvng/RTH]]--> It is often a surprise to find where most of the time is taken by a piece of code, and this removal of assumptions might cause the code to be rewritten.
 
=== Open source ===