OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [mprofiler.c] - Diff between revs 997 and 1242

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 997 Rev 1242
Line 18... Line 18...
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
/* Command line utility, that displays profiling information, generated
/* Command line utility, that displays profiling information, generated
   by or1ksim. (use --mprofile option at command line, when running or1ksim.  */
   by or1ksim. (use --mprofile option at command line, when running or1ksim.  */
 
 
 
#if HAVE_CONFIG_H
 
#include <config.h>
 
#endif
 
 
#include <stdio.h>
#include <stdio.h>
#include <malloc.h>
#if HAVE_MALLOC_H
 
#include <malloc.h>     /* calloc, free */
 
#endif
#include "support/profile.h"
#include "support/profile.h"
#include "mprofiler.h"
#include "mprofiler.h"
#include "sim-config.h"
#include "sim-config.h"
 
 
struct memory_hash {
struct memory_hash {

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.