Changeset 95155b0c in mainline for kernel/test/mm


Ignore:
Timestamp:
2006-12-19T10:12:24Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8410ec9
Parents:
7e7c8747
Message:

benchmarking with statistics (initial)

Location:
kernel/test/mm
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/mm/falloc1.c

    r7e7c8747 r95155b0c  
    4141#define TEST_RUNS 2
    4242
    43 char * test_falloc1(void) {
     43char * test_falloc1(bool quiet) {
    4444        uintptr_t * frames = (uintptr_t *) malloc(MAX_FRAMES * sizeof(uintptr_t), 0);
    4545        int results[MAX_ORDER + 1];
  • kernel/test/mm/falloc2.c

    r7e7c8747 r95155b0c  
    100100}
    101101
    102 char * test_falloc2(void)
     102char * test_falloc2(bool quiet)
    103103{
    104104        unsigned int i;
  • kernel/test/mm/mapping1.c

    r7e7c8747 r95155b0c  
    4242#define VALUE1  0x89abcdef
    4343
    44 char * test_mapping1(void)
     44char * test_mapping1(bool quiet)
    4545{
    4646        uintptr_t frame0, frame1;
  • kernel/test/mm/purge1.c

    r7e7c8747 r95155b0c  
    4242extern void tlb_invalidate_pages(asid_t asid, uintptr_t va, count_t cnt);
    4343
    44 char * test_purge1(void)
     44char * test_purge1(bool quiet)
    4545{
    4646        tlb_entry_t entryi;
  • kernel/test/mm/slab1.c

    r7e7c8747 r95155b0c  
    153153}
    154154
    155 char * test_slab1(void)
     155char * test_slab1(bool quiet)
    156156{
    157157        testsimple();
  • kernel/test/mm/slab2.c

    r7e7c8747 r95155b0c  
    206206}
    207207
    208 char * test_slab2(void)
     208char * test_slab2(bool quiet)
    209209{
    210210        printf("Running reclaim single-thread test .. pass 1\n");
Note: See TracChangeset for help on using the changeset viewer.