blob: 155f7996feff993ad557736ff70f77b211377458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
** LuaProfiler
** Copyright Kepler Project 2005-2007 (http://www.keplerproject.org/luaprofiler)
** $Id: luaprofiler.h,v 1.4 2007/08/22 19:23:53 carregal Exp $
*/
/*****************************************************************************
luaprofiler.h:
Must be included by your main module, in order to profile Lua programs
*****************************************************************************/
void init_profiler(void *);
|