Results 1 -
1 of
1
Efficiently Counting Program Events with Support for On-Line Queries
- ACM Transactions on Programming Languages and Systems
, 1994
"... The abdity to count events in a program’s execution M reqmred by many program analysls applications. We present an instrumentation method for efficiently counting events in a program’s execution, with support for on-line queries of the event count, Event counting differs from basic block profiling i ..."
Abstract
-
Cited by 10 (3 self)
- Add to MetaCart
The abdity to count events in a program’s execution M reqmred by many program analysls applications. We present an instrumentation method for efficiently counting events in a program’s execution, with support for on-line queries of the event count, Event counting differs from basic block profiling in that an aggregate count of events is kept rather than a set of counters, Due to this difference, solutions to basic block profiling are not well suited to event counting. Our algorithm finds a subset of points in a program to instrument, while guaranteeing that accurate event counts can be obtained efficiently at every point m the execution.

