getProfiles method

List<DebugProfile> getProfiles()

Implementation

List<DebugProfile> getProfiles() {
  return _profileRegistry.profiles;
}