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()

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.4.tar.gz (2.4 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