Lines Matching refs:depth
55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = timestamp;
61 /self->proc[self->depth]/
63 this->elapsed_incl = timestamp - self->proc[self->depth];
64 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
65 self->proc[self->depth] = 0;
66 self->exclude[self->depth] = 0;
75 self->depth--;
76 self->exclude[self->depth] += this->elapsed_incl;
81 self->depth++;
82 self->exclude[self->depth] = 0;
83 self->cmd[self->depth] = timestamp;
87 /self->cmd[self->depth]/
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
90 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
91 self->cmd[self->depth] = 0;
92 self->exclude[self->depth] = 0;
101 self->depth--;
102 self->exclude[self->depth] += this->elapsed_incl;