This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients methane, pitrou, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-22.11:47:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbGqkXbeW_7FWapy1=7qb1DO1d1TOANuKUgxgQLT=23zg@mail.gmail.com>
In-reply-to <1479812834.97.0.983006488772.issue28618@psf.upfronthosting.co.za>
Content
2016-11-22 12:07 GMT+01:00 INADA Naoki <report@bugs.python.org>:
> I want to reproduce it and check `perf record -e L1-icache-load-misses`.
> But IaaS (EC2, GCE, Azure VM) doesn't support CPU performance counter.

You don't need to go that far to check performances: just run
call_method and check timings. You need to compare on multiple
revisions.

speed.python.org Timeline helps to track performances, to have an idea
of the "average performance" and detect spikes.
History
Date User Action Args
2016-11-22 11:47:12vstinnersetrecipients: + vstinner, pitrou, methane, python-dev, serhiy.storchaka, yselivanov
2016-11-22 11:47:12vstinnerlinkissue28618 messages
2016-11-22 11:47:12vstinnercreate