зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1270073 - Point to Telemetry documentation in Telemetry.h. r=chutten
This commit is contained in:
Родитель
edddf63a45
Коммит
affef3f6c3
|
@ -12,6 +12,18 @@
|
|||
#include "nsTArray.h"
|
||||
#include "nsStringGlue.h"
|
||||
|
||||
/******************************************************************************
|
||||
* This implements the Telemetry system.
|
||||
* It allows recording into histograms as well some more specialized data
|
||||
* points and gives access to the data.
|
||||
*
|
||||
* For documentation on how to add and use new Telemetry probes, see:
|
||||
* https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Adding_a_new_Telemetry_probe
|
||||
*
|
||||
* For more general information on Telemetry see:
|
||||
* https://wiki.mozilla.org/Telemetry
|
||||
*****************************************************************************/
|
||||
|
||||
namespace mozilla {
|
||||
namespace HangMonitor {
|
||||
class HangAnnotations;
|
||||
|
|
Загрузка…
Ссылка в новой задаче