Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add xbt_os_time(). This functions returns the number of seconds since the Epoch ...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 31 Mar 2005 01:21:58 +0000 (01:21 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 31 Mar 2005 01:21:58 +0000 (01:21 +0000)
commit48fb61a024cd614fd1544b95c360022fc470b505
treec81e9ca71dd8318213344ed1b86e48782e9111bd
parentee090d32918ca9a943ba989385ec407a73957224
Add xbt_os_time(). This functions returns the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970).  Most users should use gras_os_time and should not use this function unless they really know what they are doing.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1200 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/xbt/sysdep.h
src/xbt/sysdep.c