Limit the number of stack nodes that are included in a summary
This commit is contained in:
parent
99d048e016
commit
819235bac3
3 changed files with 23 additions and 19 deletions
|
|
@ -103,7 +103,7 @@ StackPopResult ts_stack_pop_all(Stack *, StackVersion);
|
|||
|
||||
unsigned ts_stack_depth_since_error(Stack *, StackVersion);
|
||||
|
||||
void ts_stack_record_summary(Stack *, StackVersion);
|
||||
void ts_stack_record_summary(Stack *, StackVersion, unsigned max_depth);
|
||||
|
||||
StackSummary *ts_stack_get_summary(Stack *, StackVersion);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue