ClimateMachine logo
ClimateMachine
  • Home
    • Installation
    • Terminology
    • Running
      • Atmosphere model configurations
    • Home
      • Tendency specification
      • Dry Idealized GCM (Held-Suarez)
      • Single Element Stack Experiment (Burgers Equation)
      • Finite Volume Single Element Stack Experiment (Burgers Equation)
      • HEVI Single Element Stack Experiment (Burgers Equation)
      • LES Experiment (Density Current)
      • LES Experiment (Rising Thermal Bubble)
      • Linear Hydrostatic Mountain (Topography)
      • Linear Non-Hydrostatic Mountain (Topography)
        • Heat Equation
        • Hydraulic Functions
        • Soil Heat Equation
        • Richards Equation
        • Coupled Water and Heat
        • Phase Change I
        • Phase Change II
      • One-dimensional geostrophic adjustment
      • Propagating mode-1 internal wave
      • Shear instability
        • Conjugate Gradient
        • Batched Generalized Minimal Residual
        • Filters
        • Introduction
          • Single-rate Explicit Timestepping
          • Rising Thermal Bubble Configuration
          • Implicit-Explicit (IMEX) Additively-Partitioned Runge-Kutta Timestepping
          • Acoustic Wave Configuration
          • Multirate Runge-Kutta Timestepping
          • Rising Thermal Bubble Configuration
          • Multirate Infinitesimal Step (MIS) Timestepping
          • Acoustic Wave Configuration
        • State Statistics Regression
      • How to make a balance law
      • Reference profiles
      • Moisture model
      • Precipitation model
      • How to create an experiment with moisture and precipitation
    • Ocean
    • Land
      • Meshes
        • Time-integration
        • Iterative Solvers
      • Using Diagnostics
    • Home
      • Top level interface
      • Checkpoint
      • AtmosModel
    • Ocean
      • Land Model
      • Runoff Parameterizations
      • Soil Water Parameterizations
      • Soil Heat Parameterizations
      • Surface Flow
      • Radiative Boundary Conditions
      • Orientations
      • Cartesian Domains
      • Cartesian Fields
      • Spectra
      • Turbulence Closures
      • Turbulence Convection
      • Balance Laws
      • Problems
    • Arrays
      • Diagnostics groups
      • DiagnosticsMachine
      • StdDiagnostics
      • State Check
      • Input/Output
      • Meshes
      • SystemSolvers
      • ODESolvers
      • DG Methods
      • Courant
      • Numerical Fluxes
      • Finite Volume Reconstructions
      • Variable Templates
      • Single Stack Utilities
      • Tic Toc
        • Methods
  • Contribution guide
      • Turbulence Closures
      • AtmosModel
      • EDMF Model
      • Microphysics_0M
      • Microphysics_1M
      • EDMF equations
      • Tracers
    • Coding style
    • Acceptable Unicode
    • Model variable list
    • Model output
    • Diagnostic variable list
    • Custom System Image
  • References
Version
  • APIs
  • Utilities
  • Tic Toc
  • Tic Toc
Edit on GitHub

Tic Toc

ClimateMachine.TicToc — Module
TicToc -- timing measurement

Low-overhead time interval measurement via minimally invasive macros.

source

Methods

ClimateMachine.TicToc.@tic — Macro
@tic nm

Indicate the start of the interval nm.

source
ClimateMachine.TicToc.@toc — Macro
@toc nm

Indicate the end of the interval nm.

source
ClimateMachine.TicToc.tictoc — Function
tictoc()

Call at program start (only once!) to set up the globals used by the macros and to register the at-exit callback.

source
« Single Stack UtilitiesContribution guide »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl on Wednesday 8 December 2021. Using Julia version 1.5.4.