Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/gssapi/
Dtest_acquire_cred.c52 print_time(OM_uint32 time_rec) in print_time() function
86 print_time(time_rec);
112 print_time(time_rec);
161 print_time(time_rec); in acquire_cred_service()
DChangeLog2221 * test_acquire_cred.c (print_time): time is returned in seconds
/freebsd-12-stable/contrib/gcc/
Dtimevar.h95 extern void print_time (const char *, long);
Dc-lex.c154 print_time ((const char *) n->key, in dump_one_header()
167 print_time ("header files (total)", header_time); in dump_time_statistics()
168 print_time ("main file (total)", this_time - body_time); in dump_time_statistics()
Dtimevar.c495 print_time (const char *str, long total) in print_time() function
DChangeLog-200020578 of many calls to print_time.
20581 (print_time): Likewise.
20583 (print_time): Get total run time from get_run_time.
21773 (print_time): Arg is now long; compute percentage in FP and round.
21774 * toplev.h (print_time): Arg is long.
23011 (print_time): Compute percent fraction as integer.
27879 * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
DChangeLog-19999110 (print_time): Calculate percentage of the whole.
21012 target_options, print_time, pfatal_with_name, fatal_io_error,
21022 * toplev.h (print_time, fatal, fatal_io_error, pfatal_with_name,
DChangeLog-200318757 * toplev.h: Remove extra declaration of print_time.
/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-env-var-test_.cc86 cout << GTEST_FLAG(print_time); in PrintFlag()
Dgtest_unittest.cc47 || testing::GTEST_FLAG(print_time) in TEST()
208 using testing::GTEST_FLAG(print_time);
1570 GTEST_FLAG(print_time) = true; in SetUpTestCase()
1597 EXPECT_TRUE(GTEST_FLAG(print_time)); in VerifyAndModifyFlags()
1613 GTEST_FLAG(print_time) = false; in VerifyAndModifyFlags()
5497 print_time(true), in Flags()
5565 static Flags PrintTime(bool print_time) { in PrintTime()
5567 flags.print_time = print_time; in PrintTime()
5627 bool print_time; member
5648 GTEST_FLAG(print_time) = true; in SetUp()
[all …]
Dgoogletest-output-test_.cc1070 testing::GTEST_FLAG(print_time) = false; in main()
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-internal-inl.h169 print_time_ = GTEST_FLAG(print_time); in GTestFlagSaver()
191 GTEST_FLAG(print_time) = print_time_; in ~GTestFlagSaver()
Dgtest.cc287 print_time,
3246 if (GTEST_FLAG(print_time)) { in OnTestEnd()
3256 if (!GTEST_FLAG(print_time)) return; in OnTestCaseEnd()
3329 if (GTEST_FLAG(print_time)) { in OnTestIterationEnd()
5893 ParseBoolFlag(arg, kPrintTimeFlag, &GTEST_FLAG(print_time)) || in ParseGoogleTestFlag()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h133 GTEST_DECLARE_bool_(print_time);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c6597 print_time(hrtime_t t, char *timebuf) in print_time() function
7083 print_time(zs->zs_proc_stop - now, timebuf); in main()
7108 print_time(zc->zc_time, timebuf); in main()