| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | main.cc | 260 Timer::TimeStats elapsed = timer.get_pass_time(0); in main() local 265 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main() 266 elapsed.sys / 1000, (elapsed.sys % 1000) * 1000, in main() 267 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000); in main() 268 elapsed = timer.get_pass_time(1); in main() 273 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main() 274 elapsed.sys / 1000, (elapsed.sys % 1000) * 1000, in main() 275 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000); in main() 276 elapsed = timer.get_pass_time(2); in main() 281 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | main.cc | 260 Timer::TimeStats elapsed = timer.get_pass_time(0); in main() local 265 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main() 266 elapsed.sys / 1000, (elapsed.sys % 1000) * 1000, in main() 267 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000); in main() 268 elapsed = timer.get_pass_time(1); in main() 273 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main() 274 elapsed.sys / 1000, (elapsed.sys % 1000) * 1000, in main() 275 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000); in main() 276 elapsed = timer.get_pass_time(2); in main() 281 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | timevar.cc | 178 def->elapsed.user = 0; in push() 179 def->elapsed.sys = 0; in push() 180 def->elapsed.wall = 0; in push() 206 m_timer->print_row (fp, total, def->name, def->elapsed); in print() 351 timevar_accumulate (&m_stack->timevar->elapsed, &m_start_time, &now); in push_internal() 400 timevar_accumulate (&popped->timevar->elapsed, &m_start_time, &now); in pop_internal() 484 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); in stop() 553 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); in cond_stop() 585 const timevar_time_def *total = &m_timevars[TV_TOTAL].elapsed; in validate_phases() 603 phase_user += tv->elapsed.user; in validate_phases() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | timevar.c | 178 def->elapsed.user = 0; in push() 179 def->elapsed.sys = 0; in push() 180 def->elapsed.wall = 0; in push() 208 m_timer->print_row (fp, total, def->name, def->elapsed); in print() 353 timevar_accumulate (&m_stack->timevar->elapsed, &m_start_time, &now); in push_internal() 402 timevar_accumulate (&popped->timevar->elapsed, &m_start_time, &now); in pop_internal() 486 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); in stop() 555 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); in cond_stop() 587 const timevar_time_def *total = &m_timevars[TV_TOTAL].elapsed; in validate_phases() 605 phase_user += tv->elapsed.user; in validate_phases() [all …]
|
| /netbsd-src/sys/sys/ |
| H A D | syscall_stats.h | 74 SYSCALL_TIME_UPDATE_PROC(l, u, elapsed = now - (l)->l_syscall_time); \ 82 uint32_t elapsed = now - (l)->l_syscall_time; \ 84 *(l)->l_syscall_counter += elapsed; \ 85 SYSCALL_TIME_UPDATE_PROC(l, s, elapsed); \ 95 uint32_t elapsed = now - (l)->l_syscall_time; \ 97 *(l)->l_syscall_counter += elapsed; \ 99 SYSCALL_TIME_UPDATE_PROC(l, s, elapsed); \ 106 uint32_t elapsed = now - (l)->l_syscall_time; \ 111 SYSCALL_TIME_UPDATE_PROC(l, u, elapsed); \ 113 *(l)->l_syscall_counter += elapsed; \ [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Shell/ |
| H A D | sh_flowtime.d | 84 this->elapsed = (timestamp - self->last) / 1000; 86 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "", 94 this->elapsed = (timestamp - self->last) / 1000; 97 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "", 104 this->elapsed = (timestamp - self->last) / 1000; 106 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "", 113 this->elapsed = (timestamp - self->last) / 1000; 115 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "",
|
| H A D | sh_calltime.d | 82 this->elapsed = timestamp - self->builtin; 89 @types[this->file, "builtin", this->name] = sum(this->elapsed); 90 @types["-", "total", "-"] = sum(this->elapsed); 92 self->exclude[self->depth] += this->elapsed; 103 this->elapsed = timestamp - self->command; 110 @types[this->file, "cmd", this->name] = sum(this->elapsed); 111 @types["-", "total", "-"] = sum(this->elapsed); 113 self->exclude[self->depth] += this->elapsed;
|
| H A D | sh_calldist.d | 83 this->elapsed = timestamp - self->builtin; 87 quantize(this->elapsed / 1000); 89 self->exclude[self->depth] += this->elapsed; 100 this->elapsed = timestamp - self->command; 104 quantize(this->elapsed / 1000); 106 self->exclude[self->depth] += this->elapsed;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | sh_flowtime.d | 84 this->elapsed = (timestamp - self->last) / 1000; 86 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "", 94 this->elapsed = (timestamp - self->last) / 1000; 97 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "", 104 this->elapsed = (timestamp - self->last) / 1000; 106 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "", 113 this->elapsed = (timestamp - self->last) / 1000; 115 basename(copyinstr(arg0)), this->elapsed, self->depth * 2, "",
|
| H A D | shortlived.d | 72 this->elapsed = vtimestamp - self->fork; 73 procs += this->elapsed; 93 this->elapsed = vtimestamp - self->start; 94 procs += this->elapsed; 97 @Times_exec[execname] = sum(this->elapsed/1000000); 98 @Times_ppid[ppid] = sum(this->elapsed/1000000);
|
| H A D | sh_calltime.d | 82 this->elapsed = timestamp - self->builtin; 89 @types[this->file, "builtin", this->name] = sum(this->elapsed); 90 @types["-", "total", "-"] = sum(this->elapsed); 92 self->exclude[self->depth] += this->elapsed; 103 this->elapsed = timestamp - self->command; 110 @types[this->file, "cmd", this->name] = sum(this->elapsed); 111 @types["-", "total", "-"] = sum(this->elapsed); 113 self->exclude[self->depth] += this->elapsed;
|
| H A D | sh_calldist.d | 83 this->elapsed = timestamp - self->builtin; 87 quantize(this->elapsed / 1000); 89 self->exclude[self->depth] += this->elapsed; 100 this->elapsed = timestamp - self->command; 104 quantize(this->elapsed / 1000); 106 self->exclude[self->depth] += this->elapsed;
|
| H A D | rb_calldist.d | 83 this->elapsed = timestamp - self->object; 89 quantize(this->elapsed / 1000); 91 self->exclude[self->depth] += this->elapsed; 102 this->elapsed = timestamp - self->gc; 105 @types[".", "gc", "-"] = quantize(this->elapsed / 1000); 107 self->exclude[self->depth] += this->elapsed;
|
| /netbsd-src/usr.bin/ftp/ |
| H A D | progressbar.c | 132 double elapsed; local 247 elapsed = td.tv_sec + (td.tv_usec / 1000000.0); 252 if (elapsed > 0.0) 253 bytespersec /= elapsed; 264 if (bytes <= 0 || elapsed <= 0.0 || cursize > (uint64_t)filesize) { 270 ((filesize - restart_point) / (bytes / elapsed) - 271 elapsed); 309 double elapsed; local 321 elapsed = td.tv_sec + (td.tv_usec / 1000000.0); 325 if (elapsed > 0. [all...] |
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | ALLelapsed_notes.txt | 2 * The following are notes for all scripts that measure elapsed time. 10 * What is "elapsed" time? 19 elapsed time. 21 Since elapsed times don't filter out anything, they are suseptible to 23 For that reason, it may be best to take several measurements of elapsed 31 * How is "elapsed" time measured? 33 In DTrace, the following template provides elapsed time as "this->elapsed", 42 this->elapsed = timestamp - self->start;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | ALLelapsed_notes.txt | 2 * The following are notes for all scripts that measure elapsed time. 10 * What is "elapsed" time? 19 elapsed time. 21 Since elapsed times don't filter out anything, they are suseptible to 23 For that reason, it may be best to take several measurements of elapsed 31 * How is "elapsed" time measured? 33 In DTrace, the following template provides elapsed time as "this->elapsed", 42 this->elapsed = timestamp - self->start;
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
| H A D | meter.c | 145 time_t remaining_time, elapsed; in lutil_meter_update() local 155 elapsed = now - meter->start_time; in lutil_meter_update() 156 if (frac <= 0.0 || elapsed == 0) return 0; in lutil_meter_update() 162 (time_t) elapsed, in lutil_meter_update() 163 ((double)position) / elapsed); in lutil_meter_update() 180 (time_t) elapsed, in lutil_meter_update() 232 time_t elapsed, in text_update() argument 292 rc = lutil_time_string( time_buffer, elapsed, 5); in text_update() 361 double elapsed; in linear_update() local 371 elapsed = now-start; in linear_update() [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Proc/ |
| H A D | shortlived.d | 72 this->elapsed = vtimestamp - self->fork; 73 procs += this->elapsed; 93 this->elapsed = vtimestamp - self->start; 94 procs += this->elapsed; 97 @Times_exec[execname] = sum(this->elapsed/1000000); 98 @Times_ppid[ppid] = sum(this->elapsed/1000000);
|
| /netbsd-src/external/public-domain/xz/dist/src/xz/ |
| H A D | message.c | 345 progress_speed(uint64_t uncompressed_pos, uint64_t elapsed) in progress_speed() argument 349 if (elapsed < 3000) in progress_speed() 362 / ((double)(elapsed) * (1024.0 / 1000.0)); in progress_speed() 420 progress_remaining(uint64_t in_pos, uint64_t elapsed) in progress_remaining() argument 431 || in_pos < (UINT64_C(1) << 19) || elapsed < 8000) in progress_remaining() 438 * ((double)(elapsed) / 1000.0) / (double)(in_pos); in progress_remaining() 537 const uint64_t elapsed = mytime_get_elapsed(); in message_progress_update() local 540 if (progress_next_update > elapsed) in message_progress_update() 543 progress_next_update = elapsed + 1000; in message_progress_update() 565 progress_speed(uncompressed_pos, elapsed), in message_progress_update() [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | sh_calltime_example.txt | 3 This script traces the elapsed time of Bourne shell functions and 25 Exclusive function elapsed times (us), 32 Inclusive function elapsed times (us), 40 The elapsed times show that 3.0 seconds was spent in the sleep command, 43 The exclusive function elapsed times show that each function spent around 46 The inclusive function elapsed times show that func_a() took around 3.0 52 These elapsed times are the absolute time from when the function began to 117 Exclusive function elapsed times (us), 125 Inclusive function elapsed times (us), 134 The output showed that the most inclusive function elapsed time was in [all …]
|
| H A D | js_calltime_example.txt | 3 This script traces the elapsed time of JavaScript functions and 27 Exclusive function elapsed times (us), 37 Inclusive function elapsed times (us), 49 The elapsed time shows us the time spent not in a JavaScript function. 51 The exclusive function elapsed times show the time that each function spent 54 The inclusive function elapsed times show the time that each function spent 57 These elapsed times are the absolute time from when the function began to
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | sh_calltime_example.txt | 3 This script traces the elapsed time of Bourne shell functions and 25 Exclusive function elapsed times (us), 32 Inclusive function elapsed times (us), 40 The elapsed times show that 3.0 seconds was spent in the sleep command, 43 The exclusive function elapsed times show that each function spent around 46 The inclusive function elapsed times show that func_a() took around 3.0 52 These elapsed times are the absolute time from when the function began to 117 Exclusive function elapsed times (us), 125 Inclusive function elapsed times (us), 134 The output showed that the most inclusive function elapsed time was in [all …]
|
| H A D | js_calltime_example.txt | 3 This script traces the elapsed time of JavaScript functions and 27 Exclusive function elapsed times (us), 37 Inclusive function elapsed times (us), 49 The elapsed time shows us the time spent not in a JavaScript function. 51 The exclusive function elapsed times show the time that each function spent 54 The inclusive function elapsed times show the time that each function spent 57 These elapsed times are the absolute time from when the function began to
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | reports.py | 19 def write_results(self, tests, elapsed): argument 26 data['elapsed'] = elapsed 37 'elapsed': test.result.elapsed} 56 'elapsed': micro_test.elapsed} 91 def write_results(self, tests, elapsed): argument 97 file.write('<testsuites time="{time:.2f}">\n'.format(time=elapsed)) 116 time = test.result.elapsed or 0.0 162 def write_results(self, tests, elapsed): argument 175 elapsed_time = test.result.elapsed or 0.0
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Ruby/ |
| H A D | rb_calldist.d | 83 this->elapsed = timestamp - self->object; 89 quantize(this->elapsed / 1000); 91 self->exclude[self->depth] += this->elapsed; 102 this->elapsed = timestamp - self->gc; 105 @types[".", "gc", "-"] = quantize(this->elapsed / 1000); 107 self->exclude[self->depth] += this->elapsed;
|