Lines Matching refs:delta
3 * tcl_flowtime.d - snoop Tcl execution showing procedure flow and delta times.
20 * DELTA(us) Elapsed time from previous line to this line
59 "DELTA(us)", "CALL");
73 this->delta = (timestamp - self->last) / 1000;
75 this->delta, self->depth * 2, "", copyinstr(arg0));
82 this->delta = (timestamp - self->last) / 1000;
85 this->delta, self->depth * 2, "", copyinstr(arg0));
91 this->delta = (timestamp - self->last) / 1000;
93 this->delta, self->depth * 2, "", copyinstr(arg0));
100 this->delta = (timestamp - self->last) / 1000;
103 this->delta, self->depth * 2, "", copyinstr(arg0));