Searched refs:START_TIME (Results 1 – 2 of 2) sorted by relevance
454 uint32_t START_TIME = 0U, STOP_TIME = 0U, ALLOC_TIME = 0U; in MEM_BufferAllocWithId() local455 START_TIME = TM_GetTimestamp(); in MEM_BufferAllocWithId()495 ALLOC_TIME = STOP_TIME - START_TIME; in MEM_BufferAllocWithId()
693 uint32_t START_TIME = 0U, STOP_TIME = 0U, ALLOC_TIME = 0U; in MEM_BufferAllocateFromArea() local694 START_TIME = TM_GetTimestamp(); in MEM_BufferAllocateFromArea()873 ALLOC_TIME = STOP_TIME - START_TIME; in MEM_BufferAllocateFromArea()