Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  SkCPURecorderImpl.h

  Sprache: C
 

/*
 * Copyright 2025 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */


#ifndef skcpu_RecorderImpl_DEFINED
#define skcpu_RecorderImpl_DEFINED

#include "include/core/SkCPURecorder.h"
#include "src/core/SkCPUContextImpl.h"

namespace skcpu {

class RecorderImpl final : public skcpu::Recorder {
public:
    RecorderImpl(const ContextImpl* ctx) : fCtx(ctx) {}

    const ContextImpl* ctx() const { return fCtx; }

private:
    const ContextImpl* const fCtx;
};

}  // namespace skcpu

inline skcpu::RecorderImpl* asRRI(skcpu::Recorder* rr) {
    return static_cast<skcpu::RecorderImpl*>(rr);
}

#endif

Messung V0.5 in Prozent
C=94 H=99 G=96

¤ 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002