All Projects → Maktm → Time

Maktm / Time

Licence: mit
Windows tool for measuring command/program execution speed

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Time

As Duration
Extraction of ActiveSupport::Duration from Rails
Stars: ✭ 126 (+500%)
Mutual labels:  time, duration
Humanizeduration.js
361000 becomes "6 minutes, 1 second"
Stars: ✭ 1,234 (+5776.19%)
Mutual labels:  time, duration
Time.dart
⏰ Type-safe DateTime and Duration calculations, powered by extensions.
Stars: ✭ 363 (+1628.57%)
Mutual labels:  time, duration
Ruby Duration
Immutable type that represents some amount of time with accuracy in seconds.
Stars: ✭ 122 (+480.95%)
Mutual labels:  time, duration
Swift-ISO8601-DurationParser
Swift ISO8601 Parser
Stars: ✭ 24 (+14.29%)
Mutual labels:  duration, time
duration-humanizer
361000 becomes "6 minutes, 1 second"
Stars: ✭ 61 (+190.48%)
Mutual labels:  duration, time
Durafmt
🕗 Better time duration formatting in Go!
Stars: ✭ 362 (+1623.81%)
Mutual labels:  time, duration
Floppybird
Floppy Bird (OS)
Stars: ✭ 836 (+3880.95%)
Mutual labels:  kernel
Tantra
Hobby x86 unix-like kernel. Curiously under development to answer "How to write an OS".
Stars: ✭ 23 (+9.52%)
Mutual labels:  kernel
Chronophore
Desktop app for tracking student sign-ins in a tutoring center.
Stars: ✭ 6 (-71.43%)
Mutual labels:  time
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+3352.38%)
Mutual labels:  kernel
Rocm Profiler
ROCm Command Line Profiler - Updated moved to https://github.com/GPUOpen-Tools/RCP
Stars: ✭ 7 (-66.67%)
Mutual labels:  kernel
Vue Datetime
Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
Stars: ✭ 928 (+4319.05%)
Mutual labels:  time
Simplefs
A simple, kernel-space, on-disk filesystem from the scratch
Stars: ✭ 831 (+3857.14%)
Mutual labels:  kernel
Pytorch Forecasting
Time series forecasting with PyTorch
Stars: ✭ 849 (+3942.86%)
Mutual labels:  time
Hidden
Windows driver with usermode interface which can hide objects of file-system and registry, protect processes and etc
Stars: ✭ 768 (+3557.14%)
Mutual labels:  kernel
Blog os
Writing an OS in Rust
Stars: ✭ 8,120 (+38566.67%)
Mutual labels:  kernel
Time
Type-safe time calculations in Kotlin, powered by generics.
Stars: ✭ 939 (+4371.43%)
Mutual labels:  time
Seconds
Helpers for converting time to seconds.
Stars: ✭ 20 (-4.76%)
Mutual labels:  time
Moment.php
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Stars: ✭ 900 (+4185.71%)
Mutual labels:  time

time

time is a tool for measuring the execution speed of commands on Windows similar to the UNIX time program. It currently supports printing the duration for the execution of a program in a minute:second:millisecond format.

Usage

The general syntax is:

time [options] <args>

<args> can be anything that can be executed as a command from within the environment you're running time from. Output from the <args> command is disabled by default but you can enable it using the [-s | --show-output] flags.

TODO

  • Test cross-compiler compatibility (gcc, clang etc.)
  • Update GIF showcasing latest version

Author

Michael Kiros

Credits

A big thank you to the contributors of UNIX's time command but mainly the following people:

  • David Keppel
  • David MacKenzie
  • Assaf Gordon
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].