/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to create/tools.h

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-29 02:14:05 UTC
  • Revision ID: csa@dside.dyndns.org-20090929021405-378i2zuuiudt77m1
DOM Creation benchmark for mono and tango

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
1
2
#include <stdlib.h>
2
3
#include <unistd.h>
 
4
#include <sys/time.h>
3
5
#include <sys/types.h>
4
6
#include <sys/stat.h>
5
7
#include "../tools/disp.h"