Searched defs:appName (Results 1 – 5 of 5) sorted by relevance
27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData()
65 DProfiler::DProfiler(std::string_view appName, Runtime *runtime) in DProfiler()
37 std::string appName; member
116 auto appName = line; in ReadEnableAotList() local
1133 std::string_view appName = [](std::string_view path) -> std::string_view { in ExecutePandaFile() local1190 int Runtime::StartDProfiler(std::string_view appName) in StartDProfiler()