18 #ifndef ION_GFX_TRACECALLEXTRACTOR_H_
19 #define ION_GFX_TRACECALLEXTRACTOR_H_
41 void SetTrace(
const std::string& trace);
43 const std::vector<std::string>&
GetCalls() {
return calls_; }
50 size_t GetCountOf(
const std::string& call_prefix)
const;
55 size_t GetNthIndexOf(
size_t n,
const std::string& call_prefix)
const;
60 void CreateCallVector();
66 std::vector<std::string> calls_;
72 #endif // ION_GFX_TRACECALLEXTRACTOR_H_