Home
last modified time | relevance | path

Searched refs:logfn (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hotshot.py30 def __init__(self, logfn): argument
31 self.__logfn = logfn
32 hotshot.log.LogReader.__init__(self, logfn)
45 self.logfn = test_support.TESTFN
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
49 return UnlinkingLogReader(self.logfn)
112 os.unlink(self.logfn)
149 stats.load(self.logfn)
150 os.unlink(self.logfn)
/external/python/cpython2/Lib/hotshot/
D__init__.py11 def __init__(self, logfn, lineevents=0, linetimings=1): argument
15 logfn, self.lineevents, self.linetimings)
Dstats.py16 def __init__(self, logfn): argument
17 self._logfn = logfn
Dlog.py24 def __init__(self, logfn): argument
30 self._reader = _hotshot.logreader(logfn)
/external/libevent/sample/
Ddns-example.c141 logfn(int is_warn, const char *msg) { in logfn() function
190 evdns_set_log_fn(logfn); in main()
/external/libevent/test/
Dregress_util.c478 logfn(int severity, const char *msg) in logfn() function
557 event_set_log_callback(logfn); in test_evutil_log()