Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-16
2001-05-16 13:20:19 by Per Hedbor <ph@opera.com>
9eb8740ceb221e3f183bfe4a0bb7f3ef5a2859d2 (
21
lines) (+
11
/-
10
)
[
Show
|
Annotate
]
Branch:
5.2
Do not call the debug_write_prof function
Rev: server/base_server/roxen.pike:1.667
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
666
2001/05/16
07
:
58
:
00
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
667
2001/05/16
13
:
20
:
19
per Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
3592:
} #endif
-
void show_avg_prof()
-
{
-
foreach(configurations, Configuration c )
-
c->debug_write_prof( );
-
call_out(show_avg_prof, 10 );
-
}
+
//
void show_avg_prof()
+
//
{
+
//
foreach(configurations, Configuration c )
+
//
c->debug_write_prof( );
+
//
call_out(show_avg_prof, 10 );
+
//
}
array argv; int main(int argc, array tmp) { argv = tmp; tmp = 0;
-
#ifdef AVERAGE_PROFILING
-
call_out(show_avg_prof, 10 );
-
#endif
+
//
#ifdef AVERAGE_PROFILING
+
//
call_out(show_avg_prof, 10 );
+
//
#endif
slowpipe = ((program)"base_server/slowpipe"); fastpipe = ((program)"base_server/fastpipe");