Git Product home page Git Product logo

eaudit's Introduction

eaudit: An Energy Auditing Tool

eaudit provides a mechanism for associating program functions with the amount of energy they consume, analogous to the way gprof associates execution time with functions. This tool uses the RAPL energy counters to measure energy consumption. There are currently two versions:

  1. instrumented: This version inserts the measurement calls at the beginning and end of every function during compilation, ensuring that all energy is attributed appropriately. This incurs a higher runtime overhead.
  2. tracing: This version periodically samples the application, reducing the overhead of performance measurement but at the cost of lower accuracy in determining the precise functions to attribute energy.

Building

Both projects are built by running make in the current directory. Please see the individual version directories for more details.

eaudit's People

Contributors

eanger avatar

Stargazers

 avatar carterzhao05 avatar Shantonu Mandal avatar  avatar

Watchers

 avatar James Cloos avatar  avatar Chad D. Kersey avatar Hyesoon Kim avatar Prasun Gera avatar Meghana Gupta avatar  avatar  avatar  avatar

eaudit's Issues

Is this project alive?

I've found a severe bug in this library.
It happens when parsing an array of strings. If one of these strings contains a ',' (colon), the parser
returns a NullVal
Example of unparsable json:
["abc,def"]

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.