2001-05-14
2001-05-14 04:30:46 by Per Hedbor <ph@opera.com>
-
e8dffa81748dd3fa9d39f885cc157784d0c33e63
(9 lines)
(+8/-1)
[
Show
| Annotate
]
Branch: 5.2
I forgot to check these in last thursday.
Rev: server/base_server/configuration.pike:1.430
Rev: server/etc/modules/RXML.pmod/module.pmod:1.153
1:
- // $Id: module.pmod,v 1.152 2001/05/08 00:57:30 mast Exp $
+ // $Id: module.pmod,v 1.153 2001/05/14 04:30:30 per Exp $
// Kludge: Must use "RXML.refs" somewhere for the whole module to be
// loaded correctly.
62:
//#pragma strict_types // Disabled for now since it doesn't work well enough.
#include <config.h>
+
#include <request_trace.h>
// #define PROFILE_PARSER
-
+
#ifdef RXML_OBJ_DEBUG
# define MARK_OBJECT \
Debug.ObjectMarker __object_marker = Debug.ObjectMarker (this_object())
2618: Inside #if defined(MODULE_LEVEL_SECURITY)
break process_tag;
}
#endif
+ PROF_ENTER(tag->name,"tag");
}
if (raw_args) {
3165:
#endif
});
TRACE_LEAVE (action);
+ COND_PROF_LEAVE(tag,tag->name,"tag");
}
else {
THIS_TAG_TOP_DEBUG ("Exception\n");
-
+ COND_PROF_LEAVE(tag,tag->name,"tag");
TRACE_LEAVE ("exception");
ctx->handle_exception (err2, parser); // Will rethrow unknown errors.
result = nil;
3193:
else {
THIS_TAG_TOP_DEBUG ("Done\n");
+ COND_PROF_LEAVE(tag,tag->name,"tag");
TRACE_LEAVE ("");
}
}