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.
14 lines
409 B
14 lines
409 B
---
|
|
title: "Cost: Runtime Complexity Analysis"
|
|
description: "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
|
|
|