| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | FormatPaper.csv | 8 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Weve… 12 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::file_time<Duration>``",,Not assigne… 13 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local_time<Duration>``",,Not assign… 14 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local-time-format-t<Duration>``",A … 15 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,,|In Progress… 16 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month``",,Mark de Wever,,|In Progre… 17 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::year``",,Mark de Wever,,|In Progres… 18 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday``",,Mark de Wever,,|In Prog… 20 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday_last``",,Mark de Wever,,|In… 21 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day``",,Mark de Wever,,|In Pr… [all …]
|
| H A D | SpaceshipProjects.csv | 54 "| `[time.duration.comparisons] <https://wg21.link/time.duration.comparisons>`_ 55 | `[time.point.comparisons] <https://wg21.link/time.point.comparisons>`_ 56 | `[time.cal.day.nonmembers] <https://wg21.link/time.cal.day.nonmembers>`_ 57 | `[time.cal.month.nonmembers] <https://wg21.link/time.cal.month.nonmembers>`_ 58 | `[time.cal.year.nonmembers] <https://wg21.link/time.cal.year.nonmembers>`_ 59 | `[time.cal.md.nonmembers] <https://wg21.link/time.cal.md.nonmembers>`_ 60 | `[time.cal.mdlast] <https://wg21.link/time.cal.mdlast>`_ 61 | `[time.cal.ym.nonmembers] <https://wg21.link/time.cal.ym.nonmembers>`_ 62 | `[time.cal.ymd.nonmembers] <https://wg21.link/time.cal.ymd.nonmembers>`_ 64 | `[time.zone.nonmembers] <https://wg21.link/time.zone.nonmembers>`_ [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/ |
| H A D | msc51-cpp.cpp | 67 time_t time(time_t *t); 77 std::srand(time(&t)); in f() 95 engine1.seed(time(&t)); in f() 104 std::mt19937 engine8(time(&t)); in f() 112 engine5.seed(time(&t)); in f() 121 std::ranlux24_base engine12(time(&t)); in f() 129 engine9.seed(time(&t)); in f() 138 std::ranlux24 engine16(time(&t)); in f() 146 engine13.seed(time(&t)); in f() 163 engine17.seed(time(&t)); in f() [all …]
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Time.cpp | 91 std::string date(bufferSize, 'Z'), time(bufferSize, 'Z'), in TEST() local 94 (date.data(), date.size(), time.data(), time.size(), zone.data(), zone.size(), in TEST() 122 if (isBlank(time)) { in TEST() 127 std::from_chars(time.data(), time.data() + date.size(), number)}; in TEST() 138 ASSERT_TRUE(next != time.data() + time.size()); in TEST() 142 ASSERT_TRUE(next + 1 != time.data() + time.size()); in TEST() 144 std::from_chars(next + 1, time.data() + date.size(), milliseconds)}; in TEST()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | utils.py | 5 import time 140 end_time = time.time() + timeout 150 timeout = end_time - time.time() 164 end_time = time.time() + timeout 181 timeout = end_time - time.time()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | time-trace.s | 5 # RUN: ld.lld --time-trace --time-trace-granularity=0 -o %t1.elf %t.o 6 # RUN: cat %t1.elf.time-trace \ 11 # RUN: ld.lld --time-trace=%t2.json --time-trace-granularity=0 -o %t2.elf %t.o 17 # RUN: ld.lld --time-trace=- --time-trace-granularity=0 -o %t3.elf %t.o \
|
| /llvm-project-15.0.7/libc/src/time/ |
| H A D | CMakeLists.txt | 9 libc.include.time 21 libc.include.time 32 libc.include.time 43 libc.include.time 54 libc.include.time 66 libc.include.time
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | thinlto-time-trace.ll | 3 ; Test ThinLTO with time trace 8 ; RUN: ld.lld --thinlto-jobs=1 --time-trace --time-trace-granularity=0 -shared %t1.o %t2.o -o %t3.so 9 ; RUN: cat %t3.so.time-trace \ 14 ; RUN: ld.lld --time-trace --time-trace-granularity=0 -shared %t1.o %t2.o -o %t4.so 15 ; RUN: cat %t4.so.time-trace \
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/disconnect/ |
| H A D | TestVSCode_disconnect.py | 13 import time 23 time.sleep(2) 45 time.sleep(1) 64 "sync_file_%d" % (int(time.time()))) 81 time.sleep(2)
|
| /llvm-project-15.0.7/libc/test/src/time/ |
| H A D | CMakeLists.txt | 15 libc.src.time.asctime 30 libc.src.time.asctime_r 42 libc.src.time.gmtime 54 libc.src.time.gmtime_r 69 libc.src.time.mktime
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestUtils.py | 3 import time 51 def time_to_str(time: float) -> str: 87 start_time = time.time() 113 time.sleep(.5) 129 return time.time() - start_time, peak_mem
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestTimes.py | 13 time, path = line.split(maxsplit=1) 14 test_times[path.strip('\n')] = float(time) 26 time = -t.result.elapsed if t.isFailure() else t.result.elapsed 37 for name, time in value.items(): 38 time_file.write(("%e" % time) + ' ' + name + '\n')
|
| H A D | worker.py | 11 import time 66 start = time.time() 68 result.elapsed = time.time() - start
|
| H A D | run.py | 3 import time 52 deadline = time.time() + timeout 87 timeout = deadline - time.time()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | console_reporter.cc | 101 static std::string FormatTime(double time) { in FormatTime() argument 103 if (time < 1.0) { in FormatTime() 104 return FormatString("%10.3f", time); in FormatTime() 106 if (time < 10.0) { in FormatTime() 107 return FormatString("%10.2f", time); in FormatTime() 109 if (time < 100.0) { in FormatTime() 110 return FormatString("%10.1f", time); in FormatTime() 112 return FormatString("%10.0f", time); in FormatTime()
|
| H A D | complexity.cc | 84 const std::vector<double>& time, in MinimalLeastSq() argument 94 sigma_time += time[i]; in MinimalLeastSq() 95 sigma_time_gn += time[i] * gn_i; in MinimalLeastSq() 108 rms += pow((time[i] - fit), 2); in MinimalLeastSq() 126 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq() argument 127 BM_CHECK_EQ(n.size(), time.size()); in MinimalLeastSq() 138 best_fit = MinimalLeastSq(n, time, FittingCurve(o1)); in MinimalLeastSq() 143 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() 150 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity)); in MinimalLeastSq()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | mftb.ll | 26 %time = call i32 asm "mftb $0, 268", "=r"() 27 ret i32 %time 38 %time = call i32 asm "mftb $0, 269", "=r"() 39 ret i32 %time 50 %time = call i32 asm "mftb $0", "=r"() 51 ret i32 %time 62 %time = call i32 asm "mftbu $0", "=r"() 63 ret i32 %time
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbbench.py | 4 import time 66 self.__start__ = time.time() 75 self.__stop__ = time.time()
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-01-GCCOptimizations2.txt | 7 > at link-time, but it is the extra time required that concerns me. Link-time 8 > optimization is severely time-constrained. 11 could do them a translation unit at a time, just as GCC does now. This 14 Static optimizations, xlation unit at a time: 17 Link time optimizations: 21 llvm-link-opt, but the wouldn't need to be shared... Thus compile time 33 much less time consuming to adapt, say, SSA-PRE than to rewrite it. 36 > feasible and should be fun. (Again, link time cost is the issue.)
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | time-passes.ll | 1 ; RUN: opt < %s -disable-output -passes='default<O2>' -time-passes 2>&1 | FileCheck %s --check-pref… 3 ; For new pass manager, check that -time-passes-per-run emit one report for each pass run. 4 ; RUN: opt < %s -disable-output -passes='instcombine,instcombine,loop-mssa(licm)' -time-passes-per-… 5 …output -passes='instcombine,loop-mssa(licm),instcombine,loop-mssa(licm)' -time-passes-per-run 2>&1… 7 ; For new pass manager, check that -time-passes emit one report for each pass. 8 ; RUN: opt < %s -disable-output -passes='instcombine,instcombine,loop-mssa(licm)' -time-passes 2>&1… 9 …output -passes='instcombine,loop-mssa(licm),instcombine,loop-mssa(licm)' -time-passes 2>&1 | FileC… 12 ; RUN: opt < %s -disable-output -passes='default<O2>' -time-passes -info-output-file='-' 2>/dev/nul… 14 ; RUN: rm -f %t; opt < %s -disable-output -passes='default<O2>' -time-passes -info-output-file=%t
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | libc-benchmark-analysis.py3 | 64 FormatterUnit = {"time":"s","cycles":"","bytespercycle":"B/cycle"}[mode] 65 Label = {"time":"Time","cycles":"Cycles","bytespercycle":"Byte/cycle"}[mode] 81 local = pd.DataFrame(study["Measurements"], columns=["time"]) 84 local["cycles"] = local["time"] * getCpuFrequency(study) 90 mode = "time" 92 FormatterUnit = {"time":"s","cycles":""}[mode] 93 Label = {"time":"Time","cycles":"Cycles"}[mode] 104 ….add_argument("--mode", choices=["time", "cycles", "bytespercycle"], default="time", help="Use to …
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tools/ |
| H A D | findthreshold.py | 24 import math, os, random, sys, time 40 seed = int(time.time()) 63 seed = int(time.time())
|
| /llvm-project-15.0.7/mlir/utils/mbr/mbr/ |
| H A D | main.py | 6 import time 52 start_compile_time_s = time.time() 65 total_compile_time_s = time.time() - start_compile_time_s
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | time-intrinsic.cpp | 198 char *date, std::size_t dateChars, char *time, std::size_t timeChars, in DateAndTimeUnavailable() argument 204 if (time) { in DateAndTimeUnavailable() 205 std::memset(time, static_cast<int>(' '), timeChars); in DateAndTimeUnavailable() 261 std::size_t dateChars, char *time, std::size_t timeChars, char *zone, in GetDateAndTime() argument 267 terminator, date, dateChars, time, timeChars, zone, zoneChars, values); in GetDateAndTime() 289 if (time) { in GetDateAndTime() 292 copyBufferAndPad(time, timeChars, len); in GetDateAndTime() 332 std::size_t dateChars, char *time, std::size_t timeChars, char *zone, in GetDateAndTime() argument 338 terminator, date, dateChars, time, timeChars, zone, zoneChars, values); in GetDateAndTime() 360 void RTNAME(DateAndTime)(char *date, std::size_t dateChars, char *time, in RTNAME() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locales/locale/locale.types/locale.category/ |
| H A D | category.pass.cpp | 31 assert(std::locale::time); in main() 37 & std::locale::time in main() 43 | std::locale::time in main() 52 test(std::locale::time); in main()
|