Subversion Repositories HelenOS

Rev

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

Rev 2019 Rev 2021
Line 208... Line 208...
208
   
208
   
209
    slab_cache_destroy(thr_cache);
209
    slab_cache_destroy(thr_cache);
210
    printf("Stress test complete.\n");
210
    printf("Stress test complete.\n");
211
}
211
}
212
 
212
 
213
void test(void)
213
void test_slab2(void)
214
{
214
{
215
#ifdef CONFIG_BENCH
215
#ifdef CONFIG_BENCH
216
    uint64_t t0 = get_cycle();
216
    uint64_t t0 = get_cycle();
217
#endif
217
#endif
218
 
218