pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-01
2003-02-01 16:00:25 by Martin Stjernholm <mast@lysator.liu.se>
2fe054532fb080fd786e2d7c8b1fea2f4a503fba (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
Refdoc fixes.
Rev: src/builtin.cmod:1.114
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
113
2003/02/01
15
:
43
:
50
mast Exp $
+
|| $Id: builtin.cmod,v 1.
114
2003/02/01
16
:
00
:
25
mast Exp $
*/ #include "global.h"
336:
*! trace levels, when @[facility] isn't specified, are: *! *! @int
-
*!
@item
1
+
*!
@value
1
*! Trace calls to Pike functions and garbage collector runs.
-
*!
@item
2
+
*!
@value
2
*! Trace calls to builtin functions.
-
*!
@item
3
+
*!
@value
3
*! Trace every interpreted opcode.
-
*!
@item
4
+
*!
@value
4
*! Also trace the opcode arguments. *! @endint *!
350:
*! Valid facilities are: *! *! @string
-
*!
@item
"gc"
+
*!
@value
"gc"
*! Trace the start and end of each run of the garbage collector. *! The setting is never thread local. *! @endstring