Home
last modified time | relevance | path

Searched refs:sumOfChildrensCount (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
DProfileNode.cpp330 double sumOfChildrensCount = 0.0; in debugPrintDataSampleStyle() local
332sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions); in debugPrintDataSampleStyle()
334 sumOfChildrensCount *= 1000; // in debugPrintDataSampleStyle()
336 if (sumOfChildrensCount < sampleCount) { in debugPrintDataSampleStyle()
341 printf("%.0f %s\n", sampleCount - sumOfChildrensCount, functionName().UTF8String().c_str()); in debugPrintDataSampleStyle()