Searched refs:print_time (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/gssapi/ |
| D | test_acquire_cred.c | 52 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()
|
| D | ChangeLog | 2221 * test_acquire_cred.c (print_time): time is returned in seconds
|
| /freebsd-12-stable/contrib/gcc/ |
| D | timevar.h | 95 extern void print_time (const char *, long);
|
| D | c-lex.c | 154 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()
|
| D | timevar.c | 495 print_time (const char *str, long total) in print_time() function
|
| D | ChangeLog-2000 | 20578 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.
|
| D | ChangeLog-1999 | 9110 (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,
|
| D | ChangeLog-2003 | 18757 * toplev.h: Remove extra declaration of print_time.
|
| /freebsd-12-stable/contrib/googletest/googletest/test/ |
| D | googletest-env-var-test_.cc | 86 cout << GTEST_FLAG(print_time); in PrintFlag()
|
| D | gtest_unittest.cc | 47 || 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 …]
|
| D | googletest-output-test_.cc | 1070 testing::GTEST_FLAG(print_time) = false; in main()
|
| /freebsd-12-stable/contrib/googletest/googletest/src/ |
| D | gtest-internal-inl.h | 169 print_time_ = GTEST_FLAG(print_time); in GTestFlagSaver() 191 GTEST_FLAG(print_time) = print_time_; in ~GTestFlagSaver()
|
| D | gtest.cc | 287 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, >EST_FLAG(print_time)) || in ParseGoogleTestFlag()
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/ |
| D | gtest.h | 133 GTEST_DECLARE_bool_(print_time);
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/ |
| D | ztest.c | 6597 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()
|