p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.108
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib64/python2.7/hotshot/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /lib64/python2.7/hotshot/stones.py
import errno
import hotshot
import hotshot.stats
import sys
import test.pystone

def main(logfile):
    p = hotshot.Profile(logfile)
    benchtime, stones = p.runcall(test.pystone.pystones)
    p.close()

    print "Pystone(%s) time for %d passes = %g" % \
          (test.pystone.__version__, test.pystone.LOOPS, benchtime)
    print "This machine benchmarks at %g pystones/second" % stones

    stats = hotshot.stats.load(logfile)
    stats.strip_dirs()
    stats.sort_stats('time', 'calls')
    try:
        stats.print_stats(20)
    except IOError, e:
        if e.errno != errno.EPIPE:
            raise

if __name__ == '__main__':
    if sys.argv[1:]:
        main(sys.argv[1])
    else:
        import tempfile
        main(tempfile.NamedTemporaryFile().name)
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
December 20 2023 04:52:59
0 / 0
0755
__init__.py
2.607 KB
November 14 2023 16:14:18
0 / 0
0644
__init__.pyc
3.402 KB
November 14 2023 16:14:41
0 / 0
0644
__init__.pyo
3.402 KB
November 14 2023 16:14:41
0 / 0
0644
log.py
6.093 KB
November 14 2023 16:14:18
0 / 0
0644
log.pyc
5.412 KB
November 14 2023 16:14:41
0 / 0
0644
log.pyo
5.412 KB
November 14 2023 16:14:41
0 / 0
0644
stats.py
2.521 KB
November 14 2023 16:14:18
0 / 0
0644
stats.pyc
3.201 KB
November 14 2023 16:14:41
0 / 0
0644
stats.pyo
3.16 KB
November 14 2023 16:14:43
0 / 0
0644
stones.py
0.749 KB
November 14 2023 16:14:18
0 / 0
0644
stones.pyc
1.129 KB
November 14 2023 16:14:41
0 / 0
0644
stones.pyo
1.129 KB
November 14 2023 16:14:41
0 / 0
0644