Closed
Bug 1272671
Opened 10 years ago
Closed 9 years ago
Move ProcessedStack and ThreadHangStats implementation details into separate modules
Categories
(Toolkit :: Telemetry, defect, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1335461
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | affected |
People
(Reporter: gfritzsche, Unassigned)
References
Details
(Whiteboard: [measurement:client])
They are declared in separate headers but (at least partially) implemented in Telemetry.cpp.
From bug 1258183, comment 16:
@@ +2475,5 @@
> +////////////////////////////////////////////////////////////////////////
> +////////////////////////////////////////////////////////////////////////
> +//
> +// EXTERNALLY VISIBLE FUNCTIONS in mozilla::Telemetry::
> +// These are NOT listed in Telemetry.h
So, if i got this right, the remaining ones that are public and not listed in Telemetry.h are:
ProcessedStack.h: ProcessedStack
ThreadHangStats.h: TimeHistogram, HangStack, HangHistogram, ThreadHangStats
I should fix that in a follow-up bug and maybe just properly move them out into separate modules.
| Reporter | ||
Updated•10 years ago
|
Points: --- → 2
Priority: P2 → P3
| Reporter | ||
Comment 1•9 years ago
|
||
We will fix this as part of bug 1335461.
| Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•