Searched defs:ProfileData (Results 1 – 1 of 1) sorted by relevance
246 ProfileData() : count_(0), method_size_(0), used_percent_(0), top_k_used_percentage_(0) {} in ProfileData() function247 ProfileData(const std::string& method_name, uint32_t count, uint32_t method_size, in ProfileData() function