Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/jxl/src/util/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 679 B image not shown  

Quelle  tracing_wrappers.rs

  Sprache: Rust
 

// Copyright (c) the JPEG XL Project Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#![allow(unused_imports)]

#[cfg(feature = "tracing")]
mod private {
    pub use tracing::{debug, error, info, instrument, trace, warn};
}

#[cfg(not(feature = "tracing"))]
mod private {
    macro_rules! fake_log {
        ($($_: tt)*) => {};
    }
    pub(crateuse fake_log as debug;
    pub(crateuse fake_log as error;
    pub(crateuse fake_log as info;
    pub(crateuse fake_log as trace;
    pub(crateuse fake_log as warn;
    pub use jxl_macros::noop as instrument;
}

pub use private::*;

Messung V0.5 in Prozent
C=98 H=98 G=97

¤ Dauer der Verarbeitung: 0.3 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.