Amortized Noise Terrain Generator
A Program to Generate Terrain from Amortized Noise with Exponentially Distributed Gradient Magnitude
CPUtime.h
Go to the documentation of this file.
1
3
4// Copyright Ian Parberry, December 2013.
5//
6// This file is made available under the GNU All-Permissive License.
7//
8// Copying and distribution of this file, with or without modification,
9// are permitted in any medium without royalty provided the copyright
10// notice and this notice are preserved. This file is offered as-is,
11// without any warranty.
12//
13// Created by Ian Parberry, December 2013.
14// Last updated May 7, 2014.
15
16#pragma once
17
19unsigned int CPUTimeInMilliseconds();
unsigned int CPUTimeInMilliseconds()
CPU time in milliseconds.
Definition: CPUtime.cpp:56
long long CPUTimeInCentiNanoseconds()
CPU time in hundredths of a nanosecond.