Searched refs:stack (Results 1 – 3 of 3) sorted by relevance
163 } stack[MAX_STACK_DEPTH]; member1689 state->stack[stack_ptr].timestamp = timestamp; in process_call()1690 state->stack[stack_ptr].child_total = 0; in process_call()1704 stk = &state->stack[--stack_ptr]; in process_call()1714 state->stack[stack_ptr - 1].child_total += total_duration; in process_call()
139 with ExitStack() as stack:144 inf = stack.enter_context(open(defconfigs_file, encoding='utf-8'))
1405 that it has access to memory for its stack and initial storage.
Completed in 12 milliseconds