Lines Matching refs:instant_count
1087 instant_count: u32, in scoped_event_starts_and_ends_in_order() field
1097 assert_eq!(self.instant_count, 0); in scoped_event_starts_and_ends_in_order()
1118 self.instant_count += 1; in scoped_event_starts_and_ends_in_order()
1119 assert!(self.instant_count < 2); in scoped_event_starts_and_ends_in_order()
1124 assert_eq!(self.instant_count, 1); in scoped_event_starts_and_ends_in_order()
1134 assert_eq!(self.instant_count, 1); in scoped_event_starts_and_ends_in_order()
1161 instant_count: u32, in method_trace_starts_and_ends_in_order() field
1171 assert_eq!(self.instant_count, 0); in method_trace_starts_and_ends_in_order()
1192 self.instant_count += 1; in method_trace_starts_and_ends_in_order()
1193 assert!(self.instant_count < 2); in method_trace_starts_and_ends_in_order()
1198 assert_eq!(self.instant_count, 1); in method_trace_starts_and_ends_in_order()
1208 assert_eq!(self.instant_count, 1); in method_trace_starts_and_ends_in_order()