Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::clock_t(3)		      C++ Standard Libary	       std::clock_t(3)

NAME
       std::clock_t - std::clock_t

Synopsis
	  Defined in header <ctime>
	  typedef /* unspecified */ clock_t;

	  Arithmetic type capable of representing the process running time of
	  implementation-defined range and precision.

See also
	  clock		 returns raw processor clock time since	the program is
       started
			 (function)
	  CLOCKS_PER_SEC number	of processor clock ticks per second
			 (macro	constant)

http://cppreference.com		  2022.07.31		       std::clock_t(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::clock_t&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help