Rev 1655 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1655 | giacomo | 1 | This directory contains a set of tests that uses the Shark Filesystem and the tracer |
2 | |||
3 | treef1 - the test shows all filenames of a directory of an hardisk |
||
4 | recursively using a soft task for every directory. |
||
5 | The tracer with a circular queue is activated. |
||
6 | |||
7 | treec2 - the test shows all filenames of a directory of an hardisk |
||
8 | recursively using a soft task for every directory. |
||
9 | The tracer with a circular queue is activated that write |
||
10 | on hardisk online (while the system is running). |
||
11 | |||
12 | treec1 - This test show all filenames of a directory of an hardisk |
||
13 | recursively using a soft task for every directory. |
||
14 | The tracer with a circular queue is activated. |
||
15 | |||
16 | test0 - A file is opened for reading while the tracerwith a fixed |
||
17 | queue is runnig. |
||
18 | |||
19 | simple - Simple hello world (with tracer)! |
||
20 | |||
21 | hello - another hello world... |
||
22 | |||
23 | hello1 - another hello world with a dummy queue... |
||
24 | |||
25 | hello2 - another hello world with a fixed queue... |
||
26 | |||
27 | PJ |