clear call stack added

This commit is contained in:
2021-04-19 21:11:22 +02:00
parent 3224c22430
commit af9211a1a0
2 changed files with 5 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ public:
void add_method_call(const std::string &method);
void end_method_call();
std::string callstack() const;
void clear_callstack();
void print_results();
private: