Searched refs:aProfile (Results 1 – 2 of 2) sorted by relevance
112 String aProfile; in GetSysdepProfileLine() local114 aProfile += Pad( String::CreateFromInt64(pStop->mpsinfo.pr_size), 9); in GetSysdepProfileLine()115 aProfile += Pad( String::CreateFromInt64(pStop->mpsinfo.pr_rssize), 11); in GetSysdepProfileLine()118 …aProfile += Pad( String::CreateFromInt64(DIFF_MS( pStart, pStop, mprusage.pr_rtime ) / AVER( pStar… in GetSysdepProfileLine()124 aProfile += Pad( String::CreateFromInt64(d_utime), 7 ); in GetSysdepProfileLine()125 aProfile += Pad( String::CreateFromInt64(d_stime), 7 ); in GetSysdepProfileLine()126 aProfile += Pad( String::CreateFromInt64(d_utime + d_stime), 7 ); in GetSysdepProfileLine()128 return aProfile; in GetSysdepProfileLine()
179 ProfileStruct * aProfile = (*itor).second; in getProfileList() local180 list[i] = aProfile->getProfileName(); in getProfileList()201 ProfileStruct * aProfile = (*m_Product.mProfileList.begin()).second; in getDefaultProfile() local202 return aProfile->getProfileName(); in getDefaultProfile()
Completed in 13 milliseconds