MulticoreBSP for C
Version 2.0.4
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
mcbsp-profiling.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015
3
*
4
* File created 01/06/2015 by Albert-Jan N. Yzelman
5
*
6
* This file is part of MulticoreBSP in C --
7
* a port of the original Java-based MulticoreBSP.
8
*
9
* MulticoreBSP for C is distributed as part of the original
10
* MulticoreBSP and is free software: you can redistribute
11
* it and/or modify it under the terms of the GNU Lesser
12
* General Public License as published by the Free Software
13
* Foundation, either version 3 of the License, or
14
* (at your option) any later version.
15
* MulticoreBSP is distributed in the hope that it will be
16
* useful, but WITHOUT ANY WARRANTY; without even the
17
* implied warranty of MERCHANTABILITY or FITNESS FOR A
18
* PARTICULAR PURPOSE. See the GNU Lesser General Public
19
* License for more details.
20
*
21
* You should have received a copy of the GNU Lesser General
22
* Public License along with MulticoreBSP. If not, see
23
* <http://www.gnu.org/licenses/>.
24
*/
25
40
#ifndef _H_MCBSP_PROFILING
41
#define _H_MCBSP_PROFILING
42
58
void
mcbsp_profiling_set_description
(
const
char
*
const
name );
59
60
#endif
61
mcbsp_profiling_set_description
void mcbsp_profiling_set_description(const char *const name)
When in profile mode, give a discriptive name to the current superstep.
Generated by
1.8.5