Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-efficiency-viewerNew to Visual Studio Code? Get it now.
vscode-efficiency-viewer

vscode-efficiency-viewer

Marc Cilliers

|
714 installs
| (0) | Free
An extension that provides a quick, summarized description of your functions in asymptotic notation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Efficiency Viewer

A simple extension to help CS students develop an intuitive grasp on time complexity with their own algorithms.

Features

Shows the time complexity of a function in asymptotic notation.
Generally speaking, time complexity is a measure of time performance relative to input.
So this will only calculate performance with functions that take:

-An array as a first parameter
-An optional key/target (if it's a search function) as a second parameter

![Time Complexity Showcase](images/timeComplexity.gif)

Known Issues

Infinite loops are known to cause infinite performance measurement

Release Notes

0.0.1

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft