Home | History | Annotate | Download | only in Shell

Lines Matching refs:elapsed

3  * sh_calldist.d - measure Bourne shell elapsed times for types of operation.
13 * This script prints distribution plots of elapsed time for shell
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;
111 printf("Elapsed times (us),\n\n");
114 printf("Exclusive function elapsed times (us),\n\n");
117 printf("Inclusive function elapsed times (us),\n\n");