Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/doctor/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  DDLogMessage.h

  Sprache: C
 

/* 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/. */


#ifndef DDLogMessage_h_
#define DDLogMessage_h_

#include "DDLogCategory.h"
#include "DDLogObject.h"
#include "DDLogValue.h"
#include "DDMessageIndex.h"
#include "DDTimeStamp.h"
#include "nsString.h"

namespace mozilla {

class DDLifetimes;

// Structure containing all the information needed in each log message
// (before and after processing).
struct DDLogMessage {
  DDMessageIndex mIndex;
  DDTimeStamp mTimeStamp;
  DDLogObject mObject;
  DDLogCategory mCategory;
  const char* mLabel;
  DDLogValue mValue = DDLogValue{DDNoValue{}};

  // Print the message. Format:
  // "index | timestamp | object | category | label | value". E.g.:
  // "29 | 5.047547 | dom::HTMLMediaElement[134073800] | lnk | decoder |
  // MediaDecoder[136078200]"
  nsCString Print() const;

  // Print the message, using object information from aLifetimes. Format:
  // "index | timestamp | object | category | label | value". E.g.:
  // "29 | 5.047547 | dom::HTMLVideoElement[134073800]#1 (as
  // dom::HTMLMediaElement) | lnk | decoder | MediaSourceDecoder[136078200]#5
  // (as MediaDecoder)"
  nsCString Print(const DDLifetimes& aLifetimes) const;
};

}  // namespace mozilla

#endif  // DDLogMessage_h_

Messung V0.5 in Prozent
C=96 H=85 G=90

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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 und die Messung sind noch experimentell.