Usage:
pmcTime counter1 counter2 program program arguments
Example
pmcTime FLOPS IFU_IFETCH make clean
This will measure the number of floating point operations and instruction fetches while running a make clean. Actually, this isn't quite true. pmcTime measure all events on the system while the subordinate program is running. Therefore, it is most accurate on an otherwise idle machine. Taking the average of several runs, after discarding outliers is probably a better way to measure this data. home