-í
ë¶<c       s3   d  Z  d k Z d k l Z d f  d „  ƒ  YZ d S(   s6   High-perfomance logging profiler, mostly written in C.N(   s   ProfilerErrors   Profilec      sV   t  Z d d d „ Z d „  Z d „  Z d „  Z d „  Z d „  Z d	 „  Z d
 „  Z	 RS(   Ni    i   c    s[   | o d p d |  _  | o | o d p d |  _ t i | |  i  |  i ƒ |  _ } d  S(   Ni   i    (   s
   lineeventss   selfs   linetimingss   _hotshots   profilers   logfns   _profs   p(   s   selfs   logfns
   lineeventss   linetimingss   p(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   __init__	 s    c    s   |  i i ƒ  d  S(   N(   s   selfs   _profs   close(   s   self(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   close s    c    s   |  i i ƒ  d  S(   N(   s   selfs   _profs   start(   s   self(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   start s    c    s   |  i i ƒ  d  S(   N(   s   selfs   _profs   stop(   s   self(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   stop s    c    s   |  i i | | ƒ d  S(   N(   s   selfs   _profs   addinfos   keys   value(   s   selfs   keys   value(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   addinfo s    c    s)   d  k  } | i } |  i | | | ƒ Sd  S(   N(   s   __main__s   __dict__s   dicts   selfs   runctxs   cmd(   s   selfs   cmds   dicts   __main__(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   run s    		c    s0   t  | d d ƒ } |  i i | | | ƒ |  Sd  S(   Ns   <string>s   exec(   s   compiles   cmds   codes   selfs   _profs   runcodes   globalss   locals(   s   selfs   cmds   globalss   localss   code(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   runctx# s    c    s   |  i i | | | ƒ Sd  S(   N(   s   selfs   _profs   runcalls   funcs   argss   kw(   s   selfs   funcs   argss   kw(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   runcall( s    (
   s   __name__s
   __module__s   __init__s   closes   starts   stops   addinfos   runs   runctxs   runcall(    (    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   Profile s   						(   s   __doc__s   _hotshots   ProfilerErrors   Profile(   s   Profiles   _hotshots   ProfilerError(    (    s&   /usr/lib/python2.2/hotshot/__init__.pys   ? s   	