clang-tools 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | TidyFastChecks |
Functions | |
def | TidyFastChecks.read_old_fast (path) |
def | TidyFastChecks.measure () |
Variables | |
int | TidyFastChecks.FAST_THRESHOLD = 8 |
int | TidyFastChecks.SLOW_THRESHOLD = 15 |
argparse | TidyFastChecks.parser = argparse.ArgumentParser() |
TidyFastChecks.help | |
TidyFastChecks.default | |
TidyFastChecks.action | |
argparse | TidyFastChecks.args = parser.parse_args() |
list | TidyFastChecks.old_fast = list(read_old_fast(args.target)) if os.path.exists(args.target) else [] |
TidyFastChecks.file | |
TidyFastChecks.buffering | |
int | TidyFastChecks.threshold = SLOW_THRESHOLD if check in old_fast else FAST_THRESHOLD |
str | TidyFastChecks.decision = threshold else "SLOW" |