Home | History | Annotate | Download | only in metrics

Lines Matching refs:instances

71         instances(0),
80 instances(0),
90 // The number of instances of this child process that have been created.
93 int instances;
179 int instances = 0;
180 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
181 if (instances > 0)
182 plugin_stability->set_instance_count(instances);
246 if (stats.instances) {
247 int instances = 0;
248 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
249 instances += stats.instances;
250 plugin_dict->SetInteger(prefs::kStabilityPluginInstances, instances);
286 stats.instances);
363 GetChildProcessStats(data).instances++;