Bug 1030487 - Don't report main-thread I/O to Telemetry unless it lasts more than 50ms; r=vladan

This commit is contained in:
Rafael Kourdis
2014-08-18 18:42:14 -04:00
parent 637f53a031
commit 064a8327d2
2 changed files with 9 additions and 1 deletions

View File

@@ -350,6 +350,7 @@ public:
"IOInterposer", false)
{
mStart = TimeStamp::Now();
mEnd = mStart;
}
};