Mercurial > buddylistgrapher
comparison performance.txt @ 7:ccd2ab1bc9fd
rename; added hgignore
author | meillo@marmaro.de |
---|---|
date | Sat, 09 Jun 2007 00:07:04 +0200 |
parents | cpp_vs_sh.txt@21d9547ef242 |
children | 98401a6717fc |
comparison
equal
deleted
inserted
replaced
6:e34b27b544b5 | 7:ccd2ab1bc9fd |
---|---|
1 SLOCCOUNT | |
2 | |
3 cpp: 125 | |
4 sh: 33 | |
5 | |
6 | |
7 | |
8 | |
9 SIZE | |
10 | |
11 14K graph* | |
12 1.2K graph2.sh* | |
13 | |
14 | |
15 | |
16 | |
17 PERFORMANCE | |
18 | |
19 $ time ./graph input.txt > graph1.dot | |
20 | |
21 real 0m0.074s | |
22 user 0m0.044s | |
23 sys 0m0.008s | |
24 | |
25 $ time ./graph2.sh input.txt > graph2.dot | |
26 | |
27 real 0m38.405s | |
28 user 0m13.861s | |
29 sys 0m23.349s |