Home
last modified time | relevance | path

Searched refs:codePathsToProfile (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.cpp81 PandaVector<PandaString> codePathsToProfile; in Start() local
84 codePathsToProfile.push_back(location); in Start()
88 if (codePathsToProfile.empty()) { in Start()
95 instance_->AddTrackedLocations(outputFilename, codePathsToProfile, appDataDir); in Start()
101 instance_ = new ProfileSaver(outputFilename, codePathsToProfile, appDataDir); in Start()