| 106 | } |
| 107 | |
| 108 | bool ProfileManager::LoadProfile(std::string profile_name) |
| 109 | { |
| 110 | return(LoadProfileWithOptions(profile_name, false, true)); |
| 111 | } |
| 112 | |
| 113 | bool ProfileManager::LoadSizeFromProfile(std::string profile_name) |
| 114 | { |
no outgoing calls
no test coverage detected