/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file time.h
*
* \brief Definitions for timing-related constants.
**/
/** How many microseconds per second */
/** How many nanoseconds per microsecond */
/** How many nanoseconds per millisecond */
/* !defined(TOR_TIME_DEFS_H) */