What are Unnamed and UnnamedTimed functions?

Quantify requires symbol data to find function names correctly. If symbol data is not available, Quantify labels functions UnnamedFunction or, in the case of some timed COM functions, UnnamedTimedFunction. Quantify appends to the label an offset that represents the relative virtual address of the function from the start of the original module to its occurrence. For example, UnnamedTimedFunction@0x107d38.

By default, Quantify uses UnnamedFunction* and UnnamedTimed* filters to filter these functions, but continues to distribute their time to their callers. To correctly display these functions, make the symbolic data available and then reinstrument and rerun the program.

(C) Copyright IBM Corporation 1993, 2009.