URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
[/] [openrisc/] [trunk/] [or1ksim/] [profiler.h] - Diff between revs 19 and 100
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 19 |
Rev 100 |
Line 26... |
Line 26... |
|
|
#ifndef PROFILER__H
|
#ifndef PROFILER__H
|
#define PROFILER__H
|
#define PROFILER__H
|
|
|
/*! Maximum number of functions that can be profiled */
|
/*! Maximum number of functions that can be profiled */
|
#define MAX_FUNCS 1024
|
#define MAX_FUNCS 8192
|
|
|
/*! Data structure for information about functions */
|
/*! Data structure for information about functions */
|
struct func_struct {
|
struct func_struct {
|
unsigned int addr; /*!< Start address of function */
|
unsigned int addr; /*!< Start address of function */
|
char name[33]; /*!< Name of the function */
|
char name[33]; /*!< Name of the function */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.