nn::nex::ProfilingUnit::FindByName Member Function

Syntax

static const qList< ProfilingUnit * > FindByName(
     const String & name
);

Parameters

Name Description
in name The ProfilingUnit name.

Return Values

A list of ProfilingUnits that have the specified name.

Description

Finds all ProfilingUnit objects that have the specified name in the list.

Revision History

2012/02/14
Initial version.

CONFIDENTIAL