Searched defs:app_name (Results 1 – 4 of 4) sorted by relevance
31 std::string app_name; member
65 DProfiler::DProfiler(std::string_view app_name, Runtime *runtime) in DProfiler()
36 std::string app_name; member
1017 std::string_view app_name = [](std::string_view path) -> std::string_view { in ExecutePandaFile() local1052 int Runtime::StartDProfiler(std::string_view app_name) in StartDProfiler()