ClimateMachine logo
ClimateMachine
  • Home
    • Installation
    • Terminology
    • Running
      • Atmosphere model configurations
    • Home
    • Balance Law
      • Dry Idealized GCM (Held-Suarez)
      • Single Element Stack Experiment (Burgers Equation)
      • LES Experiment (Density Current)
      • LES Experiment (Rising Thermal Bubble)
      • Linear Hydrostatic Mountain (Topography)
      • Linear Non-Hydrostatic Mountain (Topography)
    • Ocean
        • Heat Equation
        • Hydraulic Functions
        • Soil Heat Equation
        • Coupled Water and Heat
        • Conjugate Gradient
        • Batched Generalized Minimal Residual
        • Filters
        • State Statistics Regression
      • Thermodynamics
      • Temperature profiles
      • Reference profiles
      • Moisture model
    • Ocean
    • Land
      • Meshes
        • How to make a balance law
        • Time-integration
        • Iterative Solvers
    • Home
      • Top level interface
      • Checkpoint
      • AtmosModel
      • Microphysics_0M
      • Microphysics
      • Temperature Profiles
    • Ocean
      • Land Model
      • Soil Water Parameterizations
      • Soil Heat Parameterizations
      • Orientations
      • Spectra
      • Surface Fluxes
      • Thermodynamics
      • Turbulence Closures
      • Turbulence Convection
      • Balance Laws
      • Problems
    • Arrays
      • Diagnostics groups
      • State Check
      • Input/Output
      • Meshes
      • SystemSolvers
      • ODESolvers
      • DG Methods
      • Courant
      • Numerical Fluxes
      • Variable Templates
      • Single Stack Utilities
      • Tic Toc
        • Methods
  • Contribution guide
      • SurfaceFluxes
      • Turbulence Closures
      • AtmosModel
      • Microphysics_0M
      • Microphysics
      • EDMF equations
      • Tracers
    • Coding style
    • Acceptable Unicode
    • Variable list
    • Diagnostic variable list
    • Custom System Image
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 Friday 2 October 2020. Using Julia version 1.5.2.