Ignore:
Timestamp:
Jun 29, 2017, 4:44:52 PM (7 years ago)
Author:
alain
Message:

euh...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_thread_create.c

    r23 r101  
    6161        uint32_t         tm_end;
    6262
    63         tm_start = hal_time_stamp();
     63        tm_start = hal_get_cycles();
    6464
    6565    // get parent thead pointer, extended pointer, and process pointer
     
    160160        thread_child_parent_link( parent_xp , child_xp );
    161161
    162         tm_end = hal_time_stamp();
     162        tm_end = hal_get_cycles();
    163163
    164164        thread_dmsg("\n[INFO] %s created thread %x for process %x in cluster %x\n"
Note: See TracChangeset for help on using the changeset viewer.