Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: execution-time

MrKaszeba19/fpClock

:uk: A stopwatch program designed for measuring a precise execution time of Unix/Windows processes. Built with FreePascal.

Language: Pascal - Size: 29.3 KB - Last synced: 8 days ago - Pushed: 8 days ago - Stars: 5 - Forks: 0

simphotonics/benchmark_runner

A library for writing inline micro-benchmarks, reporting score statistics, and running sync/async benchmarks.

Language: Dart - Size: 2.22 MB - Last synced: 11 days ago - Pushed: 13 days ago - Stars: 2 - Forks: 0

h-ssiqueira/Projeto-Estruturas-de-Dados-B Fork of RafaelBarbon/Projeto-Estruturas-de-Dados-B

Programa que analisa o tempo de execução de 5 algoritmos de ordenação a partir de vetores de diferentes tamanhos.

Language: C - Size: 1.42 MB - Last synced: 15 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 1

nagoya-foundation/r-functions-performance

R functions performance measurement

Language: R - Size: 1.56 MB - Last synced: 15 days ago - Pushed: over 4 years ago - Stars: 14 - Forks: 6

microsoft/snippet-timekeeper

An android library to measure code execution time. No need to remove the measurement code, automatically becomes no-op in the release variants. Does not compromise with the code readability and comes with features that enhance the developer experience.

Language: Java - Size: 355 KB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 73 - Forks: 5

f-koehler/cpp-perf

Small header-only C++11 to measure code execution time and performance.

Language: C++ - Size: 83 KB - Last synced: 2 months ago - Pushed: about 1 year ago - Stars: 3 - Forks: 1

hansalemaos/getevent_sendevent 📦

Converts getevent (ADB) into sendevent/binary, output can be saved, loaded and executed. Execution speed can be defined.

Language: Python - Size: 20.5 KB - Last synced: 24 days ago - Pushed: 6 months ago - Stars: 7 - Forks: 1

BlendingJake/ExecTiming

An advanced timer for Python that makes it easy to determine code execution time

Language: Python - Size: 266 KB - Last synced: 10 days ago - Pushed: over 4 years ago - Stars: 3 - Forks: 0

parthsompura/Execution-Profiler

Execution Profiler that analyses the given code

Language: C - Size: 42 KB - Last synced: 4 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

JoshCap20/CodeAuditWeb

A FastAPI-based web tool for comprehensive performance analysis and endpoint testing of code, featuring execution time tracking, memory usage, and detailed profiling.

Language: Python - Size: 3.71 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

hpca-uji/SpMV-CNN-Model

SpMV-CNN: A set of convolutional neural nets for estimating the run time and energy consumption of the sparse matrix-vector product

Language: C - Size: 97.7 KB - Last synced: 5 months ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 2

norbornen/execution-time-decorator

Measure of typescript method execution time

Language: TypeScript - Size: 83 KB - Last synced: 7 days ago - Pushed: 7 months ago - Stars: 17 - Forks: 2

h-ssiqueira/Sort_Algorithms

Sorting algorithms in C programming with execution time.

Language: C - Size: 577 KB - Last synced: 15 days ago - Pushed: 2 months ago - Stars: 6 - Forks: 2

AllineedRu/SimpleExecutionLogger

A small library that allows you to add logging of methods and their execution steps to your code.

Language: C# - Size: 46.9 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

xkovacikm/laravel-timer Fork of Astatroth/laravel-timer

measure operations execution time in Laravel

Language: PHP - Size: 9.77 KB - Last synced: 26 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

official-ajeet/MultiThreading---execution-time-of-a-thread-vs-program

Demonstration of Maximum Execution Time of a Thread vs Total Execution Time of a Program

Language: Java - Size: 2.93 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Gael-Lopes-Da-Silva/Runned

Easily get the execution time of commands and applications

Language: Go - Size: 25 MB - Last synced: 19 days ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

statbench/statbench

Timing the execution of a program or a block of code

Language: PHP - Size: 21.5 KB - Last synced: 4 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

mrvaibh/python-code-execution-time

Tiny package to help you measure the execution time (in milliseconds) of functions

Language: Python - Size: 30.3 KB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 1

moizaasghar/Graph-Theory

Graph Theory Algorithms Implementation

Language: Java - Size: 3.24 MB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

VitorHugoAntunes/Algorithm_Execution_Time

Comparison of different algorithms with different data sources (numbers and words) using C++ and Typescript for execution speed testing.

Language: C++ - Size: 36.1 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

RocketRider/awesome-python-performance

Libraries to improve the execution speed of your python projects

Size: 6.84 KB - Last synced: 5 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

jun6000/time-taken-to

⏱️ Tells you the execution time taken by your command.

Language: JavaScript - Size: 84 KB - Last synced: 10 days ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

RifeX-LA/timer

Header only std::chrono based timer. Dependency free

Language: C++ - Size: 13.7 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

PHANTOM-Platform/Monitoring

PHANTOM Monitoring Server, Monitoring Client and Integration Library

Language: C - Size: 2.34 MB - Last synced: 9 months ago - Pushed: about 1 year ago - Stars: 3 - Forks: 0

pontazaricardo/Cycles-Nanoseconds-Counter

This project shows how to measure the performance of a C++ code by measuring the total execution time either in nanoseconds (ns) or CPU cycles (Tailored for Cortex-A72 32 bits and 64 bits).

Language: C++ - Size: 47.9 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

AmiralBl3ndic/Efrei-Paris-L2-Monte-Carlo-Method-Demonstration 📦

A demonstration of the Monte Carlo method and its relation with entropy

Language: JavaScript - Size: 43.9 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

LykaiosNZ/TimeTracer

Library for quickly adding timing metrics to sections of code.

Language: C# - Size: 47.9 KB - Last synced: 18 days ago - Pushed: over 4 years ago - Stars: 3 - Forks: 0

barbaracalderon/ine5645-pthreads-speedup-efficiency

Program to estimate speedup and efficiency on different numbers of pthreads by measuring the execution time. Programa para estimar o speedup e a eficiência sobre um número diferente de pthreads ao mensurar o tempo de execução.

Language: C - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

barbaracalderon/ine5645-omp-pthreads-speedup-efficiency

Program to estimate speedup and efficiency on different numbers of pthreads, using OpenMP. Programa para estimar o speedup e a eficiência sobre um número diferente de pthread, usando OpenMP.

Language: C - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

sid-ant/Execution-Time

A tiny python package which provides you with a decorator to measure execution time of functions

Language: Python - Size: 17.6 KB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 5 - Forks: 1

Thomas-George-T/File-Processing-Comparative-Analytics

Wanna know which languages and execution engines are the quickest or the slowest at processing files? Well here's your answer. 📊 Data Analysis & comparison between the time taken ⌚ for computing word counts in various languages and execution engines for files of different sizes.

Language: Jupyter Notebook - Size: 4.34 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 5 - Forks: 0

mxvish/project-euler-solutions

solutions with execution time on Intel Mac 2020(16GB memory)

Language: Python - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

hasnainroopawalla/vscode-python-timeit

A Visual Studio Code extension to view the execution time of any Python function on the fly.

Language: TypeScript - Size: 18.1 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

paginabianca/supertime

CLI utility to store measurements of time command one file.

Language: Shell - Size: 205 KB - Last synced: 4 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

waterviewsrl/timerdec

Simple decorators for measuring Python methods execution time

Language: Python - Size: 26.4 KB - Last synced: 16 days ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

BhargavKadali39/Execution_time

calculating the execution time of a program

Language: Python - Size: 9.77 KB - Last synced: 12 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

BhargavKadali39/Execution_time2

calculate execution time in python

Language: Python - Size: 2.93 KB - Last synced: 12 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

DahlitzFlorian/timing-context-manager-video-snippets

Supporting material for the video "Create a Context Manager in Python Measuring the Execution Time" published on YouTube.

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

c4arl0s/AlgorithmsAndDataStructuresInObjectiveC

Once I finished the project “Algorithms And Data Structures with Swift” I started a new project to translate it to Objective-C code. I used the same concepts and implemented all data structures and all algorithms in Objective-C. The executions times are stunning.

Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

FilipePires98/Multithreaded-WordCount

Multithreaded-WordCount: a parallel word and vowel counter.

Language: C - Size: 3.85 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 1

Morjodrom/time-limiter

A small utilities library to provide loop scheduling

Language: PHP - Size: 12.7 KB - Last synced: 28 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

weiran0630/cpp_sorting_alg_compare

embarcadero c++ builder project: Performance Evaluation for Sorting Algorithms

Language: C++ - Size: 61.5 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

rsaz/CppCheck

Implementation of three C++ classes to measure the execution time/code performance using Windows C native API and using Chrono Library

Language: C++ - Size: 11.7 KB - Last synced: 15 days ago - Pushed: almost 6 years ago - Stars: 3 - Forks: 0

ali-ghanbari/timer

A JVMTI-based profiling agent for measuring execution time of methods

Language: C - Size: 21.5 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Xomps/time-it

Utility to time function execution

Language: TypeScript - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0