Searched refs:active_profiles (Results 1 – 1 of 1) sorted by relevance
199 active_profiles: HashMap<ProfileId, ProfileInformation>, field212 active_profiles: HashMap::new(), in new()226 for (_, mut profile) in self.active_profiles.drain() { in report_end()242 let old_profile = self.active_profiles.insert(profile_id, profile); in report_profile_start()255 .active_profiles in report_profile_end()379 for (_, profile) in self.active_profiles.iter() { in fmt()