Giter VIP home page Giter VIP logo

pyinterval's Introduction

PyInterval Task/Event Logging Server

Mission

Cycle duration is a critical variable for many iterative processes like software development. The faster you can cycle, the faster you can process new information or let your natural flow of thoughts proceed. Slow cycles can limit efficiency because it stalls the flow of thoughts and produces idle time. This idle time is often too small of a chunk to be usable for something else productively.

So we propably want to minimize our cycle time. How do we do it? One very simple approach is to measure the time you spend on using specific tools in your iteration cycle. Then we try to minimize this time.

If you include all relevant tools in the cycle and assume that they are executed sequentially, you end up with a time sum T. T represents the optimal cycle duration currently achievable using your tools.

For instance, a programmer will propably run her compiler and linker (and possibly further targets in her build system) in every cycle and the necessary time for running these can very well (for larger projects) dominate the total cycle duration.

pyinterval helps you to measure the time spent in specific tools by offering you a simple client-server-application. The server runs locally on your machine and simply handles a sequence of events. The client is meant to be used for instrumenting your tools.

Instrumenting make via alias

TODO

Evaluating the results

TODO

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.