Searched refs:TotalFunctions (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp143 size_t ShownFunctions = 0, TotalFunctions = 0; local
149 ++TotalFunctions;
181 OS << "Total functions: " << TotalFunctions << "\n"; local
/external/clang/tools/scan-build/
H A Dscan-build470 my $TotalFunctions = scalar(@$Stats);
490 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
491 my $PercentBlockAborted = sprintf("%.2f", $BlockAborted / $TotalFunctions
494 $TotalFunctions * 100);
498 my $StatsString = "Analyzed $TotalBlocks blocks in $TotalFunctions functions"

Completed in 143 milliseconds