| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Timer.cpp | 185 static void printVal(double Val, double Total, raw_ostream &OS) { in printVal() argument 186 if (Total < 1e-7) // Avoid dividing by zero. in printVal() 189 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total); in printVal() 192 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() argument 193 if (Total.getUserTime()) in print() 194 printVal(getUserTime(), Total.getUserTime(), OS); in print() 195 if (Total.getSystemTime()) in print() 196 printVal(getSystemTime(), Total.getSystemTime(), OS); in print() 197 if (Total.getProcessTime()) in print() 198 printVal(getProcessTime(), Total.getProcessTime(), OS); in print() [all …]
|
| H A D | TimeProfiler.cpp | 187 for (const auto &Total : AllCountAndTotalPerName) in write() local 188 SortedTotals.emplace_back(std::string(Total.getKey()), Total.getValue()); in write() 197 for (const NameAndCountAndDurationType &Total : SortedTotals) { in write() local 198 auto DurUs = duration_cast<microseconds>(Total.second.second).count(); in write() 199 auto Count = AllCountAndTotalPerName[Total.first].first; in write() 207 J.attribute("name", "Total " + Total.first); in write()
|
| H A D | TarWriter.cpp | 75 int Total = Len + Twine(Len).str().size(); in formatPax() local 76 Total = Len + Twine(Total).str().size(); in formatPax() 77 return (Twine(Total) + " " + Key + "=" + Val + "\n").str(); in formatPax()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | FunctionSummary.cpp | 19 unsigned Total = 0; in getTotalNumBasicBlocks() local 21 Total += I.second.TotalBasicBlocks; in getTotalNumBasicBlocks() 22 return Total; in getTotalNumBasicBlocks() 26 unsigned Total = 0; in getTotalNumVisitedBasicBlocks() local 28 Total += I.second.VisitedBasicBlocks.count(); in getTotalNumVisitedBasicBlocks() 29 return Total; in getTotalNumVisitedBasicBlocks()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseUtil.cpp | 135 uint64_t Total = 0; in countBodySamples() local 137 Total += I.second.getSamples(); in countBodySamples() 144 Total += countBodySamples(CalleeSamples, PSI); in countBodySamples() 147 return Total; in countBodySamples() 156 unsigned Total) const { in computeCoverage() 157 assert(Used <= Total && in computeCoverage() 159 return Total > 0 ? Used * 100 / Total : 100; in computeCoverage()
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | fix-info-dir | 47 Total="0" 250 Total=`expr "$Total" + "1"` 295 Total=`expr "$Total" + "1"` 304 Total=`expr "$Total" + "1"` 311 echo "$Total $DONE_MSG"
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | pfilestat_example.txt | 22 Total event time (ms): 4999 Total Mbytes/sec: 104 47 Total event time (ms): 4914 Total Mbytes/sec: 102 71 Total event time (ms): 4741 Total Mbytes/sec: 25 116 Total event time (ms): 4903 Total Mbytes/sec: 41 152 Total event time (ms): 4911 Total Mbytes/sec: 6 197 Total event time (ms): 4596 Total Mbytes/sec: 13
|
| H A D | shortlived_example.txt | 16 Total time by process name, 22 Total time by PPID, 42 Total time by process name, 45 Total time by PPID,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | pfilestat_example.txt | 22 Total event time (ms): 4999 Total Mbytes/sec: 104 47 Total event time (ms): 4914 Total Mbytes/sec: 102 71 Total event time (ms): 4741 Total Mbytes/sec: 25 116 Total event time (ms): 4903 Total Mbytes/sec: 41 152 Total event time (ms): 4911 Total Mbytes/sec: 6 197 Total event time (ms): 4596 Total Mbytes/sec: 13
|
| H A D | shortlived_example.txt | 16 Total time by process name, 22 Total time by PPID, 42 Total time by process name, 45 Total time by PPID,
|
| /netbsd-src/external/bsd/kyua-cli/dist/integration/ |
| H A D | cmd_report_test.sh | 79 Total time: S.UUUs 91 Total time: S.UUUs 155 Total time: S.UUUs 172 Total time: S.UUUs 203 Total time: S.UUUs 221 Total time: S.UUUs 242 Total time: S.UUUs 261 Total time: S.UUUs
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
| H A D | mx-explode | 8 Total time: 13 seconds 14 Total time: 25 seconds 23 Total time: 13 seconds 29 Total time: 24 seconds
|
| H A D | qmail-explode | 8 Total time: 15 seconds 14 Total time: 32 seconds 20 Total time: 80 seconds
|
| H A D | qmail-relay | 8 Total time: 56 sec 14 Total time: 54 sec 20 Total time: 54 sec
|
| H A D | qmail-deliver | 8 Total time: 62 sec 14 Total time: 59 sec 20 Total time: 58 sec
|
| H A D | mx-relay | 8 Total time: 17 seconds 14 Total time: 19 seconds 20 Total time: 20 seconds
|
| H A D | mx-deliver | 8 Total time: 24 seconds 14 Total time: 24 seconds 20 Total time: 25 seconds
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslerror.c | 246 UINT32 Total) in AeDecodeErrorMessageId() argument 287 if (Total >= 256) in AeDecodeErrorMessageId() 357 UINT32 *Total) in AePrintErrorSourceLine() argument 454 if (*Total < 256) in AePrintErrorSourceLine() 464 else if (*Total == 256) in AePrintErrorSourceLine() 480 *Total += 1; in AePrintErrorSourceLine() 531 UINT32 Total = 0; in AePrintException() local 594 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException() 598 Status = AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total); in AePrintException() 612 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total); in AePrintException() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| H A D | gprofng.texi | 537 Functions sorted by metric: Exclusive Total CPU Time 540 Total Total 542 2.272 2.272 <Total> 564 @cindex Total CPU time 565 @emph{Total CPU Time}, 576 @IndexSubentry{Miscellaneous, @code{<Total>}} 577 The function with the name @code{<Total>} is not a user function, but is introduced 635 Total Total 692 Lines sorted by metric: Exclusive Total CPU Time 695 Total Total [all …]
|
| H A D | gprofng.info | 402 Functions sorted by metric: Exclusive Total CPU Time 405 Total Total 407 2.272 2.272 <Total> 438 The function with the name '<Total>' is not a user function, but is 492 Total Total 541 Lines sorted by metric: Exclusive Total CPU Time 544 Total Total 546 2.272 2.272 <Total> 585 Total Total 642 PCs sorted by metric: Exclusive Total CPU Time [all …]
|
| /netbsd-src/usr.bin/systat/ |
| H A D | syscall.c | 59 struct vmtotal Total; member 203 show_vmstat_top(&s.Total, &s.uvmexp, &s1.uvmexp); in showsyscall() 437 size = sizeof(stats->Total); in getinfo() 440 if (sysctl(mib, 2, &stats->Total, &size, NULL, 0) < 0) { in getinfo() 442 memset(&stats->Total, 0, sizeof(stats->Total)); in getinfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 301 Total = 3, enumerator 309 Total = 3, enumerator 349 return NumIterators * static_cast<int>(RangeExprOffset::Total); in numTrailingObjects() 353 return NumIterators * static_cast<int>(RangeLocOffset::Total); in numTrailingObjects() 413 Begin, Begin + NumIterators * static_cast<int>(RangeExprOffset::Total)); in children() 419 Begin, Begin + NumIterators * static_cast<int>(RangeExprOffset::Total)); in children()
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 2685 Non-Debug Version: 143.1K Code, 60.0K Data, 203.1K Total 2686 Debug Version: 204.0K Code, 84.3K Data, 288.3K Total 2688 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total 2689 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total 2791 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total 2792 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total 2794 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total 2795 Debug Version: 201.5K Code, 82.2K Data, 283.7K Total 2932 Non-Debug Version: 141.5K Code, 58.5K Data, 200.0K Total 2933 Debug Version: 201.7K Code, 82.7K Data, 284.4K Total [all...] |
| /netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
| H A D | gprofng_ug.texi | 549 Functions sorted by metric: Exclusive Total CPU Time 551 Excl. Total Incl. Total Name 554 9.367 100.00 9.367 100.00 <Total> 575 @cindex Total CPU time 576 ''Total CPU Time'', which 587 @IndexSubentry{Miscellaneous, @code{<Total>}} 588 The function with the name @code{<Total>} is not a user function. It is a 595 @c -- @code{<Total>} is based upon the total values of the that are metrics used to 665 Current Sort Metric: Exclusive Total CPU Time ( e.totalcpu ) 671 Total Total [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 116 RemWeight = Dist.Total; in DitheringDistributer() 134 uint64_t NewTotal = Total + Amount; in add() 137 bool IsOverflow = NewTotal < Total; in add() 142 Total = NewTotal; in add() 233 Total = 1; in normalize() 245 else if (Total > UINT32_MAX) in normalize() 246 Shift = 33 - countLeadingZeros(Total); in normalize() 252 assert(Total == std::accumulate(Weights.begin(), Weights.end(), UINT64_C(0), in normalize() 262 Total = 0; in normalize() 273 Total += W.Amount; in normalize() [all …]
|