You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

409 B

title description
Cost: Runtime Complexity Analysis Computes the time complexity of functions and methods. Can be used to detect changes in runtime complexity with `infer reportdiff`.

Computes the time complexity of functions and methods. Can be used to detect changes in runtime complexity with infer reportdiff.

Activate with --cost.

Supported languages:

  • C/C++/ObjC: Yes
  • Java: Yes