Home
last modified time | relevance | path

Searched +full:- +full:wall (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/third_party/boost/libs/timer/test/
Dcpu_timer_info.cpp1 // boost cpu_timer_info.cpp ----------------------------------------------------------//
26 cout << "For cpu_times.wall, the underlying clock " in cpp_main()
53 cout << current_time.user - start_time.user << "ns\n"; in cpp_main()
59 cout << "measure boost::timer::cpu_timer resolution for wall-clock time..." in cpp_main()
64 start_time.wall = cpu.elapsed().wall; in cpp_main()
65 current_time.wall = start_time.wall; in cpp_main()
66 while (current_time.wall == start_time.wall) in cpp_main()
68 current_time.wall = cpu.elapsed().wall; in cpp_main()
70 cout << current_time.wall - start_time.wall << "ns "; in cpp_main()
Dcpu_timer_test.cpp1 // boost timer_test.cpp --------------------------------------------------------------//
34 string default_format(" %ws wall, %us user + %ss system = %ts CPU (%p%)\n"); in unit_test()
48 BOOST_TEST_EQ(t1a.elapsed().wall, t1.elapsed().wall); in unit_test()
59 BOOST_TEST_EQ(t1b.elapsed().wall, t1.elapsed().wall); in unit_test()
127 times.wall = 5123456789LL; in format_test()
131 cout << " times.wall is " << times.wall << '\n'; in format_test()
138 …string(" 5.123456789s wall, 2.123456789s user + 1.234567890s system = 3.358024679s CPU (65.5%)\n")… in format_test()
140 … string(" 5.12345679s wall, 2.12345679s user + 1.23456789s system = 3.35802468s CPU (65.5%)\n")); in format_test()
142 string(" 5.1234568s wall, 2.1234568s user + 1.2345679s system = 3.3580247s CPU (65.5%)\n")); in format_test()
144 string(" 5.123457s wall, 2.123457s user + 1.234568s system = 3.358025s CPU (65.5%)\n")); in format_test()
[all …]
/third_party/boost/tools/build/test/toolset-mock/src/
Dclang-vxworks-4.0.1.py11 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
14 if allow_properties('variant=debug', 'link=shared', 'threading=single', 'runtime-link=shared'):
15 …g++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', o…
16 …g++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', o…
18 if allow_properties('variant=release', 'link=shared', 'threading=single', 'runtime-link=shared', 's…
19 …', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG', '-c'), '-o'…
20 …', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG', '-c'), '-o'…
22 if allow_properties('variant=debug', 'link=shared', 'threading=multi', 'runtime-link=shared'):
23 …ered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', output_file(…
[all …]
Dclang-linux-3.9.0.py12 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
13 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
15 if allow_properties('variant=debug', 'link=shared', 'threading=single', 'runtime-link=shared'):
16 …ng++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', …
17 …lang++', '-o', output_file('bin/clang-linux-3.9.0/debug/libl1.so'), arg_file('@bin/clang-linux-3.9…
18 …ng++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', …
19 …d('clang++', '-o', output_file('bin/clang-linux-3.9.0/debug/test'), arg_file('@bin/clang-linux-3.9…
21 if allow_properties('variant=release', 'link=shared', 'threading=single', 'runtime-link=shared', 's…
22 …+', unordered(ordered('-x', 'c++'), '-O3', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG', '-c'), '-o…
23-o', output_file('bin/clang-linux-3.9.0/release/strip-on/libl1.so'), arg_file('@bin/clang-linux-3.…
[all …]
Dclang-3.9.0-darwin.py11 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
14 # all builds are multi-threaded for darwin
15 if allow_properties("variant=debug", "link=shared", "runtime-link=shared"):
16 …lang++', '-x', 'c++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_…
17-o', output_file('bin/clang-darwin-3.9.0/debug/target-os-darwin/libl1.dylib'), '-single_module', '
18 …lang++', '-x', 'c++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_…
19-o', output_file('bin/clang-darwin-3.9.0/debug/target-os-darwin/test'), input_file('bin/clang-darw…
21 if allow_properties("variant=release", "link=shared", "runtime-link=shared"):
22 …++', '-x', 'c++', unordered('-O3', '-Wno-inline', '-Wall', '-fPIC'), '-DNDEBUG', '-c', '-o', outpu…
[all …]
Dgcc-4.8.3-linux.py11 command('g++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('g++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
14 if allow_properties("variant=debug", "link=shared", "threading=single", "runtime-link=shared"):
15 …command("g++", unordered("-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("b…
16-o", output_file("bin/gcc-gnu-4.8.3/debug/libl1.so"), "-Wl,-h", "-Wl,libl1.so", "-shared", "-Wl,--
17 …command("g++", unordered("-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("b…
18-Wl,-rpath", arg("-Wl,", target_path("bin/gcc-gnu-4.8.3/debug/libl1.so")), "-Wl,-rpath-link", arg(…
20 if allow_properties("variant=release", "link=shared", "threading=single", "runtime-link=shared"):
21 …nd('g++', unordered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c…
22-o', output_file('bin/gcc-gnu-4.8.3/release/libl1.so'), '-Wl,-h', '-Wl,libl1.so', '-shared', '-Wl,
[all …]
Ddarwin-4.2.1.py13 command('g++', '-dumpversion', stdout='4.2.1')
15 # all builds are multi-threaded for darwin
16 if allow_properties("variant=debug", "link=shared", "runtime-link=shared"):
17 …ed('-O0', '-fno-inline', '-Wall', '-g', '-dynamic', '-gdwarf-2', '-fexceptions', '-fPIC'), '-c', '
18-dynamiclib', '-Wl,-single_module', '-install_name', 'libl1.dylib', '-o', output_file('bin/darwin-
19 …ed('-O0', '-fno-inline', '-Wall', '-g', '-dynamic', '-gdwarf-2', '-fexceptions', '-fPIC'), '-c', '
20-o', output_file('bin/darwin-4.2.1/debug/target-os-darwin/test'), input_file('bin/darwin-4.2.1/deb…
22 if allow_properties("variant=release", "link=shared", "runtime-link=shared"):
23-O3', '-Wno-inline', '-Wall', '-dynamic', '-gdwarf-2', '-fexceptions', '-fPIC'), '-DNDEBUG', '-c',…
24-dynamiclib', '-Wl,-single_module', '-install_name', 'libl1.dylib', '-o', output_file('bin/darwin-
[all …]
Dgcc-4.2.1-darwin.py11 command('g++', '-print-prog-name=ar', stdout=script('ar.py'))
12 command('g++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
14 # all builds are multi-threaded for darwin
15 if allow_properties("variant=debug", "link=shared", "runtime-link=shared"):
16 …and('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('bin/g…
17-o', output_file('bin/gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib'), '-shared', input_file…
18 …and('g++', unordered('-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('bin/g…
19-Wl,-rpath', arg('-Wl,', target_path('bin/gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib')), …
21 if allow_properties("variant=release", "link=shared", "runtime-link=shared"):
22 …dered('-O3', '-finline-functions', '-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', outpu…
[all …]
/third_party/boost/boost/test/utils/
Dtimer.hpp52 nanosecond_type wall; member
55 wall = 0; in clear()
63 return elapsed.wall / 1E3; in microsecond_wall_time()
69 return elapsed.wall / 1E9; in second_wall_time()
91 //! This class measures the wall clock time.
109 _start_time_wall.tv_nsec = -1; in restart()
110 _start_time_wall.tv_sec = -1; in restart()
123 …return_value.system = static_cast<nanosecond_type>(double(std::clock() - _start_time_clock) * cloc… in elapsed()
129 …return_value.wall = static_cast<nanosecond_type>(((end_time.QuadPart - _start_time_wall.QuadPart) … in elapsed()
132 nanosecond_type clock = mach_absolute_time() - _start_time_wall; in elapsed()
[all …]
/third_party/libexif/
D.travis.yml16 - autopoint
21 - CONFIG=normal
22 - CONFIG=c90
23 - CONFIG=stackprotect
24 - CONFIG=disable-nls
26 - MAKEFLAGS='-j 2'
29 - clang
30 - gcc
33 - linux
34 - osx
[all …]
/third_party/gptfdisk/
DMakefile12 # Builds for host OS by default; pass TARGET={target_os} to cross-compile,
14 # Appropriate cross-compiler support must be installed, of course, and build
20 DETECTED_OS := $(shell uname -s)
31 else ifeq ($(DETECTED_OS),MINGW64_NT-10.0-19042)
32 # Works for my MSYS2 installation, but seems awfully version-specific
51 ARCH=$(shell uname -m)
68 #CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
69 CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64
71 LDLIBS+=-luuid #-licuio -licuuc
74 SGDISK_LDLIBS=-lpopt
[all …]
/third_party/boost/libs/timer/src/
Dcpu_timer.cpp1 // boost cpu_timer.cpp ---------------------------------------------------------------//
3 // Copyright Beman Dawes 1994-2006, 2011
10 //--------------------------------------------------------------------------------------//
43 // NOTE WELL: Will truncate least-significant digits to LDBL_DIG, which may in show_time()
58 double wall_sec = static_cast<double>(times.wall) / sec; in show_time()
98 // to nanoseconds; -1 if unknown in tick_factor()
104 tick_factor = -1; in tick_factor()
109 tick_factor = -1; in tick_factor()
120 current.wall = x.count(); in get_cpu_times()
135 current.system = current.user = boost::timer::nanosecond_type(-1); in get_cpu_times()
[all …]
/third_party/icu/docs/userguide/datetime/calendar/
Dindex.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
39 non-gregorian calendars including:
91 class, define specific operations that correspond to a real-world calendar
93 embody state that represents a specific context. They correspond to a real-world
113 8. Miscellaneous: field meta-information, time comparison
[all …]
/third_party/boost/libs/container/bench/
Dbench_static_vector.cpp1 // benchmark based on: http://cpp-next.com/archive/2010/10/howards-stl-move-semantics-benchmark/
7 // (C) Copyright 2011-2013 Andrew Hundt <ATHundt@gmail.com>
8 // (C) Copyright 2013-2013 Ion Gaztanaga
101 …nstruction took " << boost::timer::format(constructTime.elapsed(), 6, "%ws wall, %ts CPU (%p%)\n"); in time_it()
102 …std::cout << " sort took " << boost::timer::format(sortTime.elapsed(), 6, "%ws wall, %ts … in time_it()
103 …std::cout << " rotate took " << boost::timer::format(rotateTime.elapsed(), 6, "%ws wall, %t… in time_it()
104 …ruction took " << boost::timer::format(destructionTime.elapsed(), 6, "%ws wall, %ts CPU (%p%)\n"); in time_it()
105 …std::cout << " Total time = " << boost::timer::format(totalTime.elapsed(), 6, "%ws wall, %ts… in time_it()
111 << "\n wall = " << ((double)time_numerator.wall/(double)time_denominator.wall) in compare_times()
/third_party/boost/libs/nowide/cmake/
DBoostAddWarnings.cmake3 # target: Non-interface library or executable
6 # Optionally can pass a bool as warnings-as-errors
18 set(supression -Wno-long-long)
19 set(warn_off -w)
20 set(warn_on -Wall ${supression})
21 set(warn_all -Wall ${supression})
22 set(warn_extra -Wall -Wextra ${supression})
23 set(warn_pedantic -Wall -Wextra -pedantic ${supression})
24 set(werror -Werror)
26 set(warn_off -w0)
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsimpletz.h5 * Copyright (C) 1997-2013, International Business Machines *
54 * When specifying daylight-savings-time begin and end dates, use a negative value for
57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
63 * @author D. Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
71 * transition at a local wall time, that is, according to the
75 * converted to wall time, thus eliminating the need for this
137 * Various types of daylight-savings time rules can be specfied by using different
145 * 0-based. eg, 0 for January.
147 * day-of-week-in-month. See setStartRule() for a
149 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dsimpletz.h5 * Copyright (C) 1997-2013, International Business Machines *
52 * When specifying daylight-savings-time begin and end dates, use a negative value for
55 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
61 * @author D. Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
69 * transition at a local wall time, that is, according to the
73 * converted to wall time, thus eliminating the need for this
135 * Various types of daylight-savings time rules can be specfied by using different
143 * 0-based. eg, 0 for January.
145 * day-of-week-in-month. See setStartRule() for a
147 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dsimpletz.h5 * Copyright (C) 1997-2013, International Business Machines *
54 * When specifying daylight-savings-time begin and end dates, use a negative value for
57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
63 * @author D. Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
71 * transition at a local wall time, that is, according to the
75 * converted to wall time, thus eliminating the need for this
137 * Various types of daylight-savings time rules can be specified by using different
145 * 0-based. eg, 0 for January.
147 * day-of-week-in-month. See setStartRule() for a
149 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dsimpletz.h5 * Copyright (C) 1997-2013, International Business Machines *
54 * When specifying daylight-savings-time begin and end dates, use a negative value for
57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
63 * @author D. Goldsmith, Mark Davis, Chen-Lieh Huang, Alan Liu
71 * transition at a local wall time, that is, according to the
75 * converted to wall time, thus eliminating the need for this
137 * Various types of daylight-savings time rules can be specfied by using different
145 * 0-based. eg, 0 for January.
147 * day-of-week-in-month. See setStartRule() for a
149 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
[all …]
/third_party/spirv-tools/test/
Dtimer_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
26 // CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of page faults.
40 // same as fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number
59 " PASS name CPU time WALL time USR time" in TEST()
66 // the fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of
83 // fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of page
107 // cumulative CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of
116 ctimer->Start(); in TEST()
120 ctimer->Stop(); in TEST()
124 ctimer->Start(); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtimer_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
26 // CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of page faults.
40 // same as fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number
59 " PASS name CPU time WALL time USR time" in TEST()
66 // the fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of
83 // fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of page
107 // cumulative CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of
116 ctimer->Start(); in TEST()
120 ctimer->Stop(); in TEST()
124 ctimer->Start(); in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Dtimer_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
26 // CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of page faults.
40 // same as fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number
59 " PASS name CPU time WALL time USR time" in TEST()
66 // the fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of
83 // fixed CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of page
107 // cumulative CPU/WALL/USR/SYS time, RSS delta, and the delta of the number of
116 ctimer->Start(); in TEST()
120 ctimer->Stop(); in TEST()
124 ctimer->Start(); in TEST()
[all …]
/third_party/mindspore/third_party/securec/
DCMakeLists.txt4 …UG "$ENV{CFLAGS} -fPIC -O0 -Wall -Wno-deprecated-declarations -g2 -ggdb -fno-inline-functions -fno
6-Wno-nullability-completeness -fPIC -O0 -Wall -Wno-deprecated-declarations -g2 -ggdb -fno-inline-f…
8 …SET(CMAKE_C_FLAGS_RELEASE "$ENV{CFLAGS} -fPIC -O3 -Wall -Wno-deprecated-declarations -fstack-prote…
12 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/usr/local/include -Werror")
/third_party/alsa-utils/.github/workflows/
Dbuild.yml1 name: Build alsa-utils
7 runs-on: ubuntu-latest
11 - name: Prepare environment
13 dnf -y upgrade
14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
16 - name: Checkout alsa-lib
19 repository: alsa-project/alsa-lib
21 path: alsa-lib
22 - name: Configure alsa-lib
24 cd alsa-lib
[all …]
/third_party/boost/libs/date_time/xmldoc/
Dlocal_time.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
5 <!-- Copyright (c) 2001-2005 CrystalClear Software, Inc.
8 -->
15 <link linkend="local_intro">Introduction</link> --
24 <member>local_date_time -- locally adjusted time point</member>
25 …<member>posix_time_zone -- time zone defined by posix string (eg: "EST10EDT,M10.5.0,M3.5.0/03")</m…
26 …<member>time_zone_database -- get time zones by region from .csv file (eg: America/New York)</memb…
27 <member>time_zone -- abstract time zone interface</member>
34wall-clock" refers to the time that would be shown on a wall clock in a particular time zone at an…
[all …]

12345678910>>...41