Classes | |
| class | WorkerThread |
| class | ScriptParser |
Functions | |
| def | timer_callback |
Variables | |
| int | DEFAULT_THREADS = 1 |
| tuple | parser = OptionParser() |
| tuple | loader = ScriptParser( options.filename ) |
| list | pool = [] |
| float | seconds_wait = 1000.0 |
| logdata = False | |
| tuple | time_start = time.time() |
| tuple | thread = WorkerThread( t, loader.data, seconds_wait ) |
| tuple | callback = Timer( options.run_time, timer_callback ) |
| float | total_average_time = 0.0 |
| float | total_max_time = 0.0 |
| float | total_min_time = 99999999.0 |
| int | total_requests = 0 |
| int | total_gets = 0 |
| int | total_posts = 0 |
| tuple | time_end = time.time() |
| tuple | f = open( options.outfile + ".csv", "w" ) |
| tuple | line = str( t.id ) |
| string | filename = "_" |
| tuple | td = open( filename, "w" ) |
| tuple | string = str( req['id'] ) |
| tuple | total_time = (time_end - time_start) |
| reqs_per_sec = total_requests/total_time | |
| tuple play.callback = Timer( options.run_time, timer_callback ) |
| int play.DEFAULT_THREADS = 1 |
| tuple play.f = open( options.outfile + ".csv", "w" ) |
Definition at line 249 of file play.py.
Referenced by HtmlFilter_Test.setUp(), FilterBase_Test.setUp(), FilterBase_Test.testAddFilter(), and HtmlFilter_Test.testFilter().
| string play.filename = "_" |
Definition at line 273 of file play.py.
Referenced by XML_Tree.cloneTree(), getid3_write_apetag.DeleteAPEtag(), getid3_write_lyrics3.DeleteLyrics3(), getid3_write_metaflac.DeleteMetaFLAC(), getid3_writetags.DeleteTags(), getid3_write_id3v1.FixID3v1Padding(), XML_Tree.getTreeFromFile(), PclZip.privList(), getid3_write_id3v1.RemoveID3v1(), getid3_write_id3v2.RemoveID3v2(), getid3_write_real.RemoveReal(), smarty_core_write_cache_file(), smarty_function_config_load(), getid3_write_apetag.WriteAPEtag(), getid3_write_id3v1.WriteID3v1(), getid3_write_id3v2.WriteID3v2(), getid3_write_metaflac.WriteMetaFLAC(), getid3_write_real.WriteReal(), getid3_writetags.WriteTags(), getid3_write_vorbiscomment.WriteVorbisComment(), and XML_Tree.XML_Tree().
| tuple play.line = str( t.id ) |
Definition at line 267 of file play.py.
Referenced by PatternLayout.format(), and LoggedMessage.getLocationInfo().
| tuple play.loader = ScriptParser( options.filename ) |
| play.logdata = False |
| tuple play.parser = OptionParser() |
Definition at line 173 of file play.py.
Referenced by XML_Parser._create(), XML_Parser._initHandlers(), XML_Parser._parseString(), XML_Parser.free(), Path_parser.init(), MagpieRSS.MagpieRSS(), Path_parser.parse(), Path_parser.parse_file(), XML_Parser.parseString(), and XML_Parser.raiseError().
| float play.seconds_wait = 1000.0 |
| tuple play.string = str( req['id'] ) |
Definition at line 278 of file play.py.
Referenced by getid3_lib.Float2BinaryDecimal(), getid3_real.getid3_real(), getid3_id3v2.ParseID3v2Frame(), smarty_block_textformat(), smarty_function_html_options(), smarty_function_html_radios(), smarty_function_html_select_date(), smarty_function_html_select_time(), smarty_function_html_table(), smarty_function_popup(), and IXR_Message.tag_close().
| tuple play.thread = WorkerThread( t, loader.data, seconds_wait ) |
| tuple play.time_end = time.time() |
| tuple play.time_start = time.time() |
| play.total_average_time = 0.0 |
| play.total_gets = 0 |
| play.total_max_time = 0.0 |
| play.total_min_time = 99999999.0 |
| play.total_posts = 0 |
| tuple play.total_time = (time_end - time_start) |