getOhcTimes()

Return OHC run times.

Usage

ohcTimes = adb.getOhcTimes( name )

Parameters

name (integer) or (string)
Name or ID of an OHC name.

Return Value

ohcTimes (list)
List of OHC run times.

Description

This routine returns the list of OHC run times. This function needs an index as argument which is given by name. For example,
ohcTimes = adb.getOhcTimes( 3 )