Return the number of threads which failed to collect a stack trace.
| 269 | |
| 270 | // Return the number of threads which failed to collect a stack trace. |
| 271 | int num_failed() const { return num_failed_; } |
| 272 | |
| 273 | private: |
| 274 | std::vector<StackTraceSnapshot::ThreadInfo> infos_; |
no outgoing calls