Giter VIP home page Giter VIP logo

cmdtimer's Introduction

CmdTimer

The Command Timer Application is a simple C++ program that allows you to execute a command from the command line and measures how long it takes for the command to complete. This can be useful for monitoring the execution time of various commands or scripts.

Features

  • Execute custom commands from the command line.
  • Measure the execution time of the command.
  • Display the execution time in seconds.

Requirements

  • C++ compiler (e.g., g++)

Usage

  1. Clone this repository.

  2. Open your terminal or command prompt.

  3. Compile the C++ program using a C++ compiler:

    g++ -o command_timer command_timer.cpp
    
  4. Run the compiled program by providing the command you want to time as an argument:

    ./command_timer [your_command_here]
    
  5. The program will execute the command and display the time it took for the command to complete.

Acknowledgments

  • This project was inspired by the need to measure command execution times.
  • Special thanks to the C++ community for providing the tools and resources necessary to create this simple utility.

Enjoy measuring the execution time of your commands!

cmdtimer's People

Contributors

pploszaj avatar

Stargazers

 avatar

Watchers

 avatar

cmdtimer's Issues

Windows binary

Dear @pploszaj, could you be so kind to generate .exe of CmdTimer suitable for Windows 7 x64? I am an ordinary user, not a developer, to do that properly on my own.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.