Sygaldry
Loading...
Searching...
No Matches
sygsp-micros.hpp
1#pragma once
2/*
3Copyright 2023 Travis J. West, Input Devices and Music Interaction Laboratory
4(IDMIL), Centre for Interdisciplinary Research in Music Media and Technology
5(CIRMMT), McGill University, Montréal, Canada, and Univ. Lille, Inria, CNRS,
6Centrale Lille, UMR 9189 CRIStAL, F-59000 Lille, France
7
8SPDX-License-Identifier: MIT
9*/
10
11namespace sygaldry { namespace sygsp {
12
15
22
41unsigned long micros();
42
45
46} }
unsigned long micros()
Get the number of microseconds elapsed since boot.
Definition sygsa-micros.cpp:19