Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tsss... :)
[simgrid.git] / src / gras / chrono.c
1 /*      $Id$     */
2
3 /* chrono.c - code benchmarking for emulation                               */
4
5 /* Copyright (c) 2005 Martin Quinson, Arnaud Legrand. All rights reserved.  */
6
7 /* This program is free software; you can redistribute it and/or modify it
8  * under the terms of the license (GNU LGPL) which comes with this package. */
9
10 #include "gras/chrono.h"
11
12 void gras_bench_always_begin(const char *location)
13 {
14 }
15
16 void gras_bench_always_end(void)
17 {
18 }