The UNIX system: Cheap dynamic instruction counting
29 April 2014
There are two ways to profile the behavior of a program: timing and counting. Timing is traditional in UNIX??? operating systems. This paper describes an easy implementation of count profiling, and gives several examples and applications. It has been implemented on the Motorola 68000, VAX???, and AT&T 3B20 computers.