Changeset cc477d in git


Ignore:
Timestamp:
Aug 22, 2008, 2:11:05 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
eb5a0629febc2f4a3bac567310bae269a207221f
Parents:
295c7037271d8bcd11a26354dddeca7cb1340898
Message:
*hannes: getrusage


git-svn-id: file:///usr/local/Singular/svn/trunk@11031 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/timer.cc

    r295c703 rcc477d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: timer.cc,v 1.7 2008-07-18 15:02:17 Singular Exp $ */
     4/* $Id: timer.cc,v 1.8 2008-08-22 12:11:05 Singular Exp $ */
    55
    66/*
     
    99
    1010#include "mod2.h"
    11 //#define GETRUSAGE
     11// undef GETRUSAGE to get the original timer code (w.r.t. CLOCK_TICKS)
     12#define GETRUSAGE
    1213#ifdef GETRUSAGE
    1314       #include <sys/time.h>
Note: See TracChangeset for help on using the changeset viewer.