PDK API Guide for J721E
CycleprofilerP

Introduction

CycleprofilerP interface

Files

file  CycleprofilerP.h
 Cycle profiler module to measure CPU cycles for the RTOS Porting Interface.
 

Functions

void CycleprofilerP_init (void)
 Function to initialize cycle profiler. More...
 
uint32_t CycleprofilerP_getTimeStamp (void)
 Function to get current timestamp. More...
 

Function Documentation

◆ CycleprofilerP_init()

void CycleprofilerP_init ( void  )

Function to initialize cycle profiler.

◆ CycleprofilerP_getTimeStamp()

uint32_t CycleprofilerP_getTimeStamp ( void  )

Function to get current timestamp.

Returns
Timestamp in terms of CPU cycle count.