Skip to main content

ctpbee_analyzer

Project description

from ctpbee_analyzer import cost
@cost
def test1():
    a = [1] * (10 ** 6)
    b = [2] * (2 * 10 ** 7)
    del b
    return a


@cost
def test2():
    a = [1] * (10 ** 6)
    b = [2] * (2 * 10 ** 7)
    return a


if __name__ == '__main__':
    test1()
    test2()
>>
   Function        Spend           CPU             Memory
   ===============================================================
   test1           111.734 ms      98.4 %          19.164 MiB

   Function        Spend           CPU             Memory
   ===============================================================
   test2           110.564 ms      108.5 %         171.629 MiB

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ctpbee_analyzer-0.0.6.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page