Rev 2234 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2234 | Rev 2238 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | 3 | ||
| 4 | tst_Benchmark_ID=<ID> |
4 | tst_Benchmark_ID=<ID> |
| 5 | 5 | ||
| 6 | # Test 1, CanSend |
6 | # Test 1, CanSend |
| 7 | # Measures the time to call StdCan_Put |
7 | # Measures the time to call StdCan_Put |
| 8 |
|
8 | tst_Benchmark_CanSend_TestActive=0 |
| 9 | tst_Benchmark_CanSend_TIMER=<TIMER> |
9 | tst_Benchmark_CanSend_TIMER=<TIMER> |
| 10 | tst_Benchmark_CanSend_PERIOD_MS=500 |
10 | tst_Benchmark_CanSend_PERIOD_MS=500 |
| 11 | tst_Benchmark_CanSend_NumTx=1 |
11 | tst_Benchmark_CanSend_NumTx=1 |
| - | 12 | ||
| - | 13 | # Test 2, "CPU-time" |
|
| - | 14 | # Measures the time between calls to _Process()-function |
|
| - | 15 | # Useful by installing the benchmark module with other modules to test their "CPU-usage" |
|
| - | 16 | tst_Benchmark_CpuTime_TestActive=1 |
|
| - | 17 | tst_Benchmark_CpuTime_SEND_TIMER=<TIMER> |
|
| - | 18 | tst_Benchmark_CpuTime_SEND_PERIOD_MS=500 |
|
| 12 | 19 | ||
| 13 | 20 | ||
| 14 | ## End section tst_Benchmark -- Do not edit this line |
21 | ## End section tst_Benchmark -- Do not edit this line |