Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/mozglue/misc/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 788 B image not shown  

Quelle  Uptime.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 mozilla_Uptime_h
#define mozilla_Uptime_h

#include <stdint.h>

#include "mozilla/Maybe.h"

namespace mozilla {

// Called at the beginning of the process from TimeStamp::Startup.
MFBT_API void InitializeUptime();
// Returns the number of milliseconds the calling process has lived for.
MFBT_API Maybe<uint64_t> ProcessUptimeMs();
// Returns the number of milliseconds the calling process has lived for,
// excluding the time period the system was suspended.
MFBT_API Maybe<uint64_t> ProcessUptimeExcludingSuspendMs();

};  // namespace mozilla

#endif  // mozilla_Uptime_h

Messung V0.5 in Prozent
C=95 H=91 G=92

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

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