/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/** * This class facilitates dumping information about our memory usage to disk. * * Its cpp file also has Linux-only code which watches various OS signals and * dumps memory info upon receiving a signal. You can activate these listeners * by calling Initialize().
*/ class nsMemoryInfoDumper : public nsIMemoryInfoDumper { virtual ~nsMemoryInfoDumper();
#ifdef MOZ_DMD // Open an appropriately named file for a DMD report. If DMD is // disabled, return a null FILE* instead. static nsresult OpenDMDFile(const nsAString& aIdentifier, int aPid,
FILE** aOutFile); // Write a DMD report to the given file and close it. static nsresult DumpDMDToFile(FILE* aFile); #endif
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.