mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
e0852b35ab
This point in the code is the end of receiving a message, not the start (note the `if (partial) { break; }` above), so it should be marked accordingly. The profiler frontend is expecting the end marker; currently two of the four reported time intervals are `unknown` on Windows, and this patch fixes that. (Recording the receiving start time is complicated, because we don't have a `Messsage` object until we've read the buffer with the (end of the) header, and it might make more sense to timestamp it before the first receive operation. Currently, neither channel implementation attempts this.) Differential Revision: https://phabricator.services.mozilla.com/D105094 |
||
---|---|---|
.. | ||
src | ||
chromium-config.mozbuild | ||
moz.build |