-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding_style
More file actions
35 lines (23 loc) · 1.06 KB
/
coding_style
File metadata and controls
35 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
file header::
/*--------------------------------------------------------------------*/
/*--- Callgrind ---*/
/*--- main.c ---*/
/*--------------------------------------------------------------------*/
license::
/*
This file is part of Callgrind, a Valgrind tool for call graph
profiling programs.
Copyright (C) 2002-2013, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
...
The GNU General Public License is contained in the file COPYING.
*/
file header comment::
every section in file::
/*------------------------------------------------------------*/
/*--- Global variables ---*/
/*------------------------------------------------------------*/
subsection::
/* for all threads */
/* thread and signal handler specific */
/* min of L1 and LL cache line sizes. This only gets set to a
non-zero value if we are doing cache simulation. */