Searched defs:Profile (Results 1 – 5 of 5) sorted by relevance
26 … explicit Profile(std::unique_ptr<std::vector<std::unique_ptr<sampler::ProfileInfo>>> profileInfos) in Profile() function
20 using Profile = panda::ecmascript::tooling::Profile; typedef
982 void InspectorServer::OnCallProfilerStop(std::function<Expected<Profile, std::string>()> &&handler) in OnCallProfilerStop()