Skip to content

Instantly share code, notes, and snippets.

@laserbat
Created July 1, 2011 20:36
Show Gist options
  • Save laserbat/1059344 to your computer and use it in GitHub Desktop.
Save laserbat/1059344 to your computer and use it in GitHub Desktop.
profiler
36089119 function calls (35307177 primitive calls) in 172.299 CPU seconds
Ordered by: standard name
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.000 0.000 172.299 172.299 <string>:1(<module>)
380 0.028 0.000 2.611 0.007 AStar.py:139(getPath)
1 0.000 0.000 0.001 0.001 AStar.py:18(<module>)
1 0.000 0.000 0.000 0.000 AStar.py:21(node)
67798 0.111 0.000 0.111 0.000 AStar.py:26(__init__)
217869 0.295 0.000 0.295 0.000 AStar.py:31(__lt__)
51207 0.166 0.000 0.385 0.000 AStar.py:33(updatePriority)
50827 0.086 0.000 0.086 0.000 AStar.py:36(nextMove)
51207 0.154 0.000 0.220 0.000 AStar.py:42(estimate)
380 0.981 0.003 2.583 0.007 AStar.py:55(pathFind)
1 0.002 0.002 0.018 0.018 Game.py:18(<module>)
1 0.000 0.000 0.000 0.000 Game.py:35(Game)
1 0.000 0.000 2.721 2.721 Game.py:36(__init__)
1 4.644 4.644 169.559 169.559 Game.py:65(main_loop)
1 0.000 0.000 0.000 0.000 Game.py:656(end)
427 9.992 0.023 51.214 0.120 Game.py:663(drawmap)
48191 0.098 0.000 0.098 0.000 Game.py:742(isBlocking)
40432 0.088 0.000 0.088 0.000 Game.py:747(setVisible)
12 0.011 0.001 0.011 0.001 Game.py:752(resetFov)
79 0.063 0.001 0.063 0.001 Game.py:759(resetFlood)
2 0.002 0.001 0.002 0.001 Game.py:766(amnesia)
6 0.000 0.000 1.368 0.228 Game.py:772(askDirection)
1 0.001 0.001 0.629 0.629 Game.py:803(load)
1 0.000 0.000 0.199 0.199 Game.py:815(save)
329469 11.419 0.000 19.211 0.000 Game.py:827(get_line)
1544 0.007 0.000 0.009 0.000 Game.py:861(moveMob)
329469 5.430 0.000 24.642 0.000 Game.py:870(inLos)
380 0.002 0.000 2.614 0.007 Game.py:885(aStarPathfind)
67 0.114 0.002 1.089 0.016 Game.py:895(floodFill)
67 0.559 0.008 0.975 0.015 Game.py:909(flood)
1 0.000 0.000 0.000 0.000 Game.py:962(logWrite)
63 0.000 0.000 0.000 0.000 Game.py:970(setChar)
383597 2.043 0.000 2.183 0.000 Game.py:974(drawChar)
6661001 9.023 0.000 9.023 0.000 Game.py:982(near)
344180 10.767 0.000 18.126 0.000 Game.py:989(hasSpaceAround)
1 0.002 0.002 0.009 0.009 IO.py:19(<module>)
1 0.000 0.000 0.000 0.000 IO.py:26(IO)
1 0.000 0.000 0.001 0.001 IO.py:27(__init__)
1 0.000 0.000 0.000 0.000 IO.py:52(retSceen)
582222 5.461 0.000 21.018 0.000 IO.py:65(printex)
163 0.002 0.000 17.610 0.108 IO.py:83(readkey)
804 0.014 0.000 33.131 0.041 IO.py:98(rkey)
1 0.000 0.000 0.000 0.000 Level.py:151(Rect)
100 0.000 0.000 0.000 0.000 Level.py:153(__init__)
24 0.000 0.000 0.000 0.000 Level.py:159(center)
209 0.000 0.000 0.000 0.000 Level.py:164(intersect)
1 0.000 0.000 0.000 0.000 Level.py:18(<module>)
1 0.000 0.000 0.000 0.000 Level.py:23(levGen)
11 0.001 0.000 0.001 0.000 Level.py:25(createRoom)
11 0.000 0.000 0.001 0.000 Level.py:32(vCorridor)
11 0.001 0.000 0.002 0.000 Level.py:39(hCorridor)
2 0.006 0.003 0.013 0.007 Level.py:46(generateLevel)
1 0.000 0.000 0.000 0.000 UserDict.py:18(__getitem__)
1 0.000 0.000 0.000 0.000 UserDict.py:58(get)
1 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature)
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1(<module>)
3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType)
1 0.001 0.001 0.001 0.001 __init__.py:11(<module>)
14 0.000 0.000 0.000 0.000 __init__.py:147(_check_size)
1 0.000 0.000 0.000 0.000 __init__.py:159(py_object)
1 0.000 0.000 0.000 0.000 __init__.py:168(c_short)
1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort)
1 0.000 0.000 0.000 0.000 __init__.py:176(c_long)
1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong)
1 0.000 0.000 0.000 0.000 __init__.py:197(c_float)
1 0.000 0.000 0.000 0.000 __init__.py:201(c_double)
1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble)
1 0.000 0.000 0.000 0.000 __init__.py:215(c_longlong)
1 0.000 0.000 0.000 0.000 __init__.py:219(c_ulonglong)
1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte)
1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte)
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char)
1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p)
1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p)
1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool)
1 0.000 0.000 0.000 0.000 __init__.py:275(c_wchar_p)
1 0.000 0.000 0.000 0.000 __init__.py:278(c_wchar)
1 0.000 0.000 0.001 0.001 __init__.py:28(initscr)
1 0.000 0.000 0.000 0.000 __init__.py:320(CDLL)
1 0.000 0.000 0.000 0.000 __init__.py:337(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:347(_FuncPtr)
1 0.000 0.000 0.000 0.000 __init__.py:376(PyDLL)
1 0.002 0.002 0.003 0.003 __init__.py:4(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:416(LibraryLoader)
2 0.000 0.000 0.000 0.000 __init__.py:417(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:45(start_color)
3 0.000 0.000 0.000 0.000 __init__.py:483(PYFUNCTYPE)
3 0.000 0.000 0.000 0.000 __init__.py:484(CFunctionType)
3 0.000 0.000 0.000 0.000 __init__.py:78(CFUNCTYPE)
1 0.000 0.000 0.000 0.000 _endian.py:22(_swapped_meta)
1 0.000 0.000 0.000 0.000 _endian.py:4(<module>)
1 0.000 0.000 0.000 0.000 _endian.py:45(BigEndianStructure)
8 0.000 0.000 0.000 0.000 abc.py:104(register)
8 0.000 0.000 0.000 0.000 abc.py:147(__subclasscheck__)
5 0.000 0.000 0.000 0.000 abc.py:85(__new__)
5 0.000 0.000 0.000 0.000 abc.py:88(<genexpr>)
1 0.000 0.000 0.000 0.000 bisect.py:1(<module>)
2 0.000 0.000 0.000 0.000 cell.py:100(open)
3 0.000 0.000 0.000 0.000 cell.py:103(close)
1175 0.002 0.000 0.002 0.000 cell.py:106(char)
1 0.000 0.000 0.000 0.000 cell.py:112(secretDoor)
1 0.000 0.000 0.000 0.000 cell.py:121(item)
1 0.000 0.000 0.000 0.000 cell.py:129(Boulder)
605 0.001 0.000 0.001 0.000 cell.py:134(char)
6 0.000 0.000 0.000 0.000 cell.py:136(__init__)
1 0.000 0.000 0.000 0.000 cell.py:18(<module>)
1 0.000 0.000 0.000 0.000 cell.py:20(Cell)
5708 0.009 0.000 0.009 0.000 cell.py:34(__init__)
140491 0.186 0.000 0.186 0.000 cell.py:36(char)
1 0.000 0.000 0.000 0.000 cell.py:42(Stair)
6 0.000 0.000 0.000 0.000 cell.py:47(__init__)
581 0.001 0.000 0.001 0.000 cell.py:49(char)
12 0.000 0.000 0.000 0.000 cell.py:54(move)
1 0.000 0.000 0.000 0.000 cell.py:59(Mob)
1 0.000 0.000 0.000 0.000 cell.py:71(__init__)
450 0.001 0.000 0.001 0.000 cell.py:76(char)
1 0.000 0.000 0.000 0.000 cell.py:79(Newt)
111 0.000 0.000 0.000 0.000 cell.py:80(__init__)
1 0.000 0.000 0.000 0.000 cell.py:91(Door)
8 0.000 0.000 0.000 0.000 cell.py:94(__init__)
1 0.000 0.000 0.000 0.000 constants.py:18(<module>)
717393/3206 4.197 0.000 12.652 0.004 copy.py:145(deepcopy)
55400 0.058 0.000 0.058 0.000 copy.py:198(_deepcopy_atomic)
45584/26 0.643 0.000 8.547 0.329 copy.py:226(_deepcopy_list)
14050 0.270 0.000 0.545 0.000 copy.py:234(_deepcopy_tuple)
70103/55830 1.226 0.000 8.937 0.000 copy.py:253(_deepcopy_dict)
255240 1.050 0.000 1.621 0.000 copy.py:267(_keep_alive)
63743/55830 0.829 0.000 11.395 0.000 copy.py:283(_deepcopy_inst)
6360 0.136 0.000 1.794 0.000 copy.py:306(_reconstruct)
6360 0.027 0.000 0.043 0.000 copy_reg.py:92(__newobj__)
1 0.000 0.000 0.000 0.000 copy_reg.py:95(_slotnames)
1 0.000 0.000 0.000 0.000 fov.py:115(__Line)
3512 0.011 0.000 0.011 0.000 fov.py:116(__init__)
353556 0.597 0.000 0.597 0.000 fov.py:122(<lambda>)
353556 0.609 0.000 0.609 0.000 fov.py:123(<lambda>)
31468 0.083 0.000 0.372 0.000 fov.py:125(pBelow)
134618 0.429 0.000 1.671 0.000 fov.py:128(pBelowOrCollinear)
42245 0.154 0.000 0.563 0.000 fov.py:131(pAbove)
119435 0.383 0.000 1.510 0.000 fov.py:134(pAboveOrCollinear)
25790 0.087 0.000 0.337 0.000 fov.py:137(pCollinear)
19098 0.069 0.000 0.356 0.000 fov.py:140(lineCollinear)
353556 2.111 0.000 3.317 0.000 fov.py:144(relativeSlope)
1 0.000 0.000 0.000 0.000 fov.py:148(__ViewBump)
19098 0.030 0.000 0.030 0.000 fov.py:149(__init__)
1 0.000 0.000 0.000 0.000 fov.py:154(__View)
1756 0.003 0.000 0.003 0.000 fov.py:155(__init__)
1756 0.569 0.000 11.994 0.007 fov.py:162(__checkQuadrant)
125902 1.746 0.000 11.223 0.000 fov.py:206(__visitCoord)
12421 0.084 0.000 0.233 0.000 fov.py:292(__addShallowBump)
6677 0.083 0.000 0.276 0.000 fov.py:308(__addSteepBump)
1 0.000 0.000 0.000 0.000 fov.py:32(<module>)
19098 0.082 0.000 0.488 0.000 fov.py:324(__checkView)
439 0.019 0.000 12.015 0.027 fov.py:36(fieldOfView)
1 0.000 0.000 0.000 0.000 genericpath.py:26(isfile)
1 0.000 0.000 0.000 0.000 gzip.py:141(_init_write)
1 0.000 0.000 0.000 0.000 gzip.py:148(_write_gzip_header)
1 0.000 0.000 0.000 0.000 gzip.py:167(_init_read)
1 0.000 0.000 0.000 0.000 gzip.py:171(_read_gzip_header)
3 0.000 0.000 0.000 0.000 gzip.py:19(write32u)
1530 0.026 0.000 0.093 0.000 gzip.py:204(write)
95769 0.460 0.000 0.463 0.000 gzip.py:224(read)
3 0.000 0.000 0.000 0.000 gzip.py:24(read32)
29 0.000 0.000 0.003 0.000 gzip.py:260(_read)
2 0.000 0.000 0.000 0.000 gzip.py:27(open)
29 0.001 0.000 0.001 0.000 gzip.py:310(_add_read_data)
1 0.000 0.000 0.000 0.000 gzip.py:318(_read_eof)
2 0.000 0.000 0.000 0.000 gzip.py:342(closed)
2 0.000 0.000 0.001 0.000 gzip.py:346(close)
1 0.000 0.000 0.000 0.000 gzip.py:36(GzipFile)
1 0.001 0.001 0.002 0.002 gzip.py:4(<module>)
8 0.000 0.000 0.000 0.000 gzip.py:420(readline)
2 0.000 0.000 0.000 0.000 gzip.py:45(__init__)
1 0.001 0.001 0.001 0.001 heapq.py:31(<module>)
1 0.001 0.001 0.001 0.001 io.py:34(<module>)
1 0.000 0.000 0.000 0.000 io.py:78(IOBase)
1 0.000 0.000 0.000 0.000 io.py:81(RawIOBase)
1 0.000 0.000 0.000 0.000 io.py:84(BufferedIOBase)
1 0.000 0.000 0.000 0.000 io.py:87(TextIOBase)
4 0.000 0.000 0.000 0.000 locale.py:517(setlocale)
1 0.000 0.000 0.000 0.000 locale.py:560(getpreferredencoding)
1 0.001 0.001 172.298 172.298 main.py:20(<module>)
1 0.000 0.000 0.000 0.000 os.py:743(urandom)
1 0.000 0.000 0.000 0.000 panel.py:4(<module>)
1 0.000 0.000 0.000 0.000 posixpath.py:109(basename)
904409 4.251 0.000 5.158 0.000 random.py:160(randrange)
904409 2.430 0.000 7.588 0.000 random.py:224(randint)
3115 0.013 0.000 0.019 0.000 random.py:259(choice)
1 0.001 0.001 0.003 0.003 random.py:40(<module>)
1 0.000 0.000 0.000 0.000 random.py:643(WichmannHill)
1 0.002 0.002 0.002 0.002 random.py:71(Random)
1 0.000 0.000 0.000 0.000 random.py:793(SystemRandom)
1 0.000 0.000 0.000 0.000 random.py:90(__init__)
1 0.000 0.000 0.000 0.000 random.py:99(seed)
1 0.000 0.000 0.000 0.000 stat.py:24(S_IFMT)
1 0.000 0.000 0.000 0.000 stat.py:49(S_ISREG)
1 0.000 0.000 0.000 0.000 unicurses.py:1055(echo)
1 0.000 0.000 0.000 0.000 unicurses.py:1082(endwin)
967 0.004 0.000 50.684 0.052 unicurses.py:1147(wgetch)
1 0.000 0.000 2.719 2.719 unicurses.py:1200(wgetstr)
804 0.002 0.000 0.006 0.000 unicurses.py:1243(halfdelay)
8 0.000 0.000 0.000 0.000 unicurses.py:1342(init_pair)
1 0.000 0.000 0.001 0.001 unicurses.py:1351(initscr)
1 0.000 0.000 0.000 0.000 unicurses.py:1466(keypad)
582222 1.905 0.000 2.879 0.000 unicurses.py:1550(mvwaddstr)
804 0.003 0.000 0.008 0.000 unicurses.py:1755(nocbreak)
2 0.000 0.000 0.000 0.000 unicurses.py:1773(noecho)
1 0.001 0.001 0.007 0.007 unicurses.py:19(<module>)
3706 0.011 0.000 0.170 0.000 unicurses.py:1929(wrefresh)
1 0.000 0.000 0.000 0.000 unicurses.py:2025(start_color)
967 0.003 0.000 0.005 0.000 unicurses.py:2126(wtimeout)
1 0.000 0.000 0.000 0.000 unicurses.py:2222(use_default_colors)
1048262 2.451 0.000 6.176 0.000 unicurses.py:2242(attroff)
720374 1.742 0.000 4.361 0.000 unicurses.py:2243(attron)
967 0.009 0.000 50.693 0.052 unicurses.py:2246(getch)
3706 0.010 0.000 0.180 0.000 unicurses.py:2250(refresh)
967 0.003 0.000 0.008 0.000 unicurses.py:2255(timeout)
582222 1.464 0.000 4.343 0.000 unicurses.py:2275(mvaddstr)
1 0.000 0.000 2.719 2.719 unicurses.py:2288(getstr)
32 0.000 0.000 0.000 0.000 unicurses.py:343(CCHAR)
32 0.000 0.000 0.000 0.000 unicurses.py:352(ALTCHAR)
1048262 2.541 0.000 3.725 0.000 unicurses.py:783(wattroff)
720374 1.792 0.000 2.619 0.000 unicurses.py:792(wattron)
968 0.003 0.000 0.008 0.000 unicurses.py:873(cbreak)
1156303 2.836 0.000 4.186 0.000 unicurses.py:904(color_pair)
3 0.000 0.000 0.000 0.000 unicurses.py:963(curs_set)
1 0.000 0.000 0.000 0.000 wrapper.py:8(<module>)
1 0.000 0.000 0.000 0.000 you.py:17(<module>)
1 0.000 0.000 0.000 0.000 you.py:17(Player)
1 0.000 0.000 0.000 0.000 you.py:24(__init__)
804 0.002 0.000 0.002 0.000 you.py:26(char)
2 0.000 0.000 0.000 0.000 {_ctypes.POINTER}
1 0.000 0.000 0.000 0.000 {_ctypes.dlopen}
1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode}
34 0.000 0.000 0.000 0.000 {_ctypes.sizeof}
968 0.005 0.000 0.005 0.000 {_curses.cbreak}
1156303 1.350 0.000 1.350 0.000 {_curses.color_pair}
3 0.000 0.000 0.000 0.000 {_curses.curs_set}
1 0.000 0.000 0.000 0.000 {_curses.echo}
1 0.000 0.000 0.000 0.000 {_curses.endwin}
804 0.003 0.000 0.003 0.000 {_curses.halfdelay}
8 0.000 0.000 0.000 0.000 {_curses.init_pair}
1 0.000 0.000 0.000 0.000 {_curses.initscr}
804 0.005 0.000 0.005 0.000 {_curses.nocbreak}
2 0.000 0.000 0.000 0.000 {_curses.noecho}
1 0.000 0.000 0.000 0.000 {_curses.setupterm}
1 0.000 0.000 0.000 0.000 {_curses.start_color}
1 0.000 0.000 0.000 0.000 {_curses.use_default_colors}
46260 0.371 0.000 0.570 0.000 {_heapq.heappop}
51183 0.202 0.000 0.298 0.000 {_heapq.heappush}
1 0.000 0.000 0.000 0.000 {_locale.nl_langinfo}
4 0.000 0.000 0.000 0.000 {_locale.setlocale}
18 0.000 0.000 0.000 0.000 {_struct.calcsize}
3 0.000 0.000 0.000 0.000 {_struct.pack}
3 0.000 0.000 0.000 0.000 {_struct.unpack}
988407 1.000 0.000 1.000 0.000 {abs}
1 0.000 0.000 0.000 0.000 {binascii.hexlify}
6365 0.016 0.000 0.016 0.000 {built-in method __new__ of type object at 0xb76e3aa0}
582222 0.974 0.000 0.974 0.000 {built-in method addstr}
1048262 1.184 0.000 1.184 0.000 {built-in method attroff}
720374 0.827 0.000 0.827 0.000 {built-in method attron}
1530 0.047 0.000 0.047 0.000 {built-in method compress}
29 0.001 0.000 0.001 0.000 {built-in method decompress}
1 0.000 0.000 0.000 0.000 {built-in method flush}
967 50.680 0.052 50.680 0.052 {built-in method getch}
1 2.719 2.719 2.719 2.719 {built-in method getstr}
1 0.000 0.000 0.000 0.000 {built-in method keypad}
3706 0.159 0.000 0.159 0.000 {built-in method refresh}
967 0.002 0.000 0.002 0.000 {built-in method timeout}
1 0.105 0.105 0.198 0.198 {cPickle.dump}
1 0.166 0.166 0.629 0.629 {cPickle.load}
839 0.002 0.000 0.002 0.000 {chr}
1 0.000 0.000 172.299 172.299 {execfile}
1 0.000 0.000 0.000 0.000 {function seed at 0xb72b548c}
12768 0.025 0.000 0.025 0.000 {getattr}
261335 0.725 0.000 0.725 0.000 {hasattr}
1175679 1.306 0.000 1.306 0.000 {id}
20618 0.049 0.000 0.049 0.000 {isinstance}
6387/6376 0.015 0.000 0.015 0.000 {issubclass}
476035 0.568 0.000 0.568 0.000 {len}
1 0.000 0.000 0.000 0.000 {math.exp}
2 0.000 0.000 0.000 0.000 {math.log}
51208 0.065 0.000 0.065 0.000 {math.sqrt}
181462 0.198 0.000 0.198 0.000 {max}
6360 0.149 0.000 0.149 0.000 {method '__reduce_ex__' of 'object' objects}
8 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
8 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
40448 0.057 0.000 0.057 0.000 {method 'add' of 'set' objects}
6539569 6.553 0.000 6.553 0.000 {method 'append' of 'list' objects}
2 0.000 0.000 0.000 0.000 {method 'close' of 'file' objects}
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
1 0.000 0.000 0.000 0.000 {method 'endswith' of 'str' objects}
1 0.000 0.000 0.000 0.000 {method 'fileno' of 'file' objects}
8 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
978993 1.168 0.000 1.168 0.000 {method 'get' of 'dict' objects}
1 0.000 0.000 0.000 0.000 {method 'get' of 'dictproxy' objects}
3180 0.012 0.000 0.012 0.000 {method 'insert' of 'list' objects}
1 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
6 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects}
70103 0.097 0.000 0.097 0.000 {method 'iteritems' of 'dict' objects}
6 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects}
1541 0.002 0.000 0.002 0.000 {method 'pop' of 'list' objects}
907524 0.909 0.000 0.909 0.000 {method 'random' of '_random.Random' objects}
48 0.000 0.000 0.000 0.000 {method 'read' of 'file' objects}
178834 0.191 0.000 0.191 0.000 {method 'reverse' of 'list' objects}
1 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
4 0.000 0.000 0.000 0.000 {method 'seek' of 'file' objects}
2 0.000 0.000 0.000 0.000 {method 'tell' of 'file' objects}
70103 0.148 0.000 0.148 0.000 {method 'update' of 'dict' objects}
1540 0.004 0.000 0.004 0.000 {method 'write' of 'file' objects}
181491 0.215 0.000 0.215 0.000 {min}
2 0.000 0.000 0.000 0.000 {open}
66 0.000 0.000 0.000 0.000 {ord}
1 0.000 0.000 0.000 0.000 {posix.close}
1 0.000 0.000 0.000 0.000 {posix.open}
1 0.000 0.000 0.000 0.000 {posix.read}
1 0.000 0.000 0.000 0.000 {posix.stat}
360247 0.684 0.000 0.684 0.000 {range}
45 0.000 0.000 0.000 0.000 {setattr}
1 0.000 0.000 0.000 0.000 {sys.exit}
1 0.000 0.000 0.000 0.000 {time.time}
1 0.000 0.000 0.000 0.000 {zlib.compressobj}
1561 0.004 0.000 0.004 0.000 {zlib.crc32}
1 0.000 0.000 0.000 0.000 {zlib.decompressobj}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment