Searched refs:totalFrames (Results 1 – 2 of 2) sorted by relevance
155 totalFrames = self.get_dict_value(response, ['body', 'totalFrames'])156 self.assertTrue(totalFrames > 0,159 return (stackFrames, totalFrames)164 (stackFrames, totalFrames) = self.get_stackFrames_and_totalFramesCount(
2499 const auto totalFrames = thread.GetNumFrames(); in request_stackTrace() local2500 body.try_emplace("totalFrames", totalFrames); in request_stackTrace()