Commits
User selector
Commit History
Commits on Apr 26, 2021
Use toolchain_profiler to log block durations. NFC (#13997)
Show description for e92d274authored
Commits on Apr 23, 2021
Make toolchain profiler start/exit automatic. NFC (#13985)
Show description for 9d1952cauthoredAllow `profile_block` to be used as a decorator. NFC (#13975)
Show description for 723fa4fauthored
Commits on Apr 22, 2021
Remove some workarounds for Python 2. NFC (#13882)
Show description for 54543a0authored
Commits on Apr 6, 2021
Use python3-style class decls. NFC. (#13821)
Show description for 98710ecauthored
Commits on Mar 16, 2021
Simplify the use of emprofile and fix issue with empty generated profiles. (#13464)
Show description for 04f41b8authored
Commits on Feb 16, 2021
toolchain_profiler.py: Inject response files into reported commandline (#13511)
Show description for 80f5f28authored
Commits on Aug 12, 2019
Commits on Feb 17, 2019
Commits on Nov 13, 2018
Use unittest methods to signal test failures (#7482)
Show description for f4cda87authored
Commits on Sep 14, 2018
Commits on Mar 13, 2018
emcc: Improve handling of subprocess exit codes (#6325)
Show description for b12844aauthored
Commits on Jan 21, 2018
Fix emcc profiling
Show description for bc78647committed
Commits on Jan 3, 2018
- committed
Commits on Nov 2, 2017
- authored andcommitted
Commits on Oct 24, 2017
Python 3 compatibility: Use relative imports (#5690)
Show description for 52eb895authored andcommitted
Commits on Oct 23, 2017
- authored andcommitted
Commits on Jun 15, 2017
Use new style python classes (#5300)
Show description for 417910dauthored
Commits on Feb 14, 2017
- committed
- committed
- committed
- committed
- committed
Python imports take time too, so record toolchain profiler process starts before the imports take place. Also filter out multiple process start and finish records, which is simplest to do in the to…
Show description for 5221d57committed
Commits on Oct 27, 2016
Commits on Aug 17, 2016
Loading