소프트웨어공학

Probe effect

present 2010. 2. 4. 21:03

(From Wiki)

http://en.wikipedia.org/wiki/Probe_effect

Probe effect is unintended alteration in system behavior caused by measuring that system.
In code profiling and performance measurements, the delays introduced by insertion/removal of code instrumentation may result in a non-functioning application, or unpredictable behavior.

시스템을 조사하면서 시스템의 동작을 의도하지 않게 바꾸게 되는 것.