Subversion Repositories HelenOS

Rev

Rev 2019 | Rev 2027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2019 Rev 2020
Line 61... Line 61...
61
    printf("Test passed.\n");
61
    printf("Test passed.\n");
62
#ifdef CONFIG_BENCH
62
#ifdef CONFIG_BENCH
63
    uint64_t dt = get_cycle() - t0;
63
    uint64_t dt = get_cycle() - t0;
64
    printf("Time: %.*d cycles\n", sizeof(dt) * 2, dt);
64
    printf("Time: %.*d cycles\n", sizeof(dt) * 2, dt);
65
#endif
65
#endif
66
    return;
-
 
67
}
66
}