Giter Site home page Giter Site logo

poet's Introduction

Project Description
----------------------------------------
The Performance with Optimal Energy Toolkit (POET) provides a means to monitor
and adjust application performance while minimizing energy consumption during
application runtime.


Running POET Examples
----------------------------------------
First ensure that you have installed the Heartbeats library.

Build the library and test binaries:

$ make

Run the tests:

$ export LD_LIBRARY_PATH="./lib"
$ ./bin/[test_binary] [num_beats] [target_rate] [window_size]

The num_beats is the number of total heartbeats the application will cycle
through before exiting. The target_rate is the number of heartbeats per second,
and the window size is the number of heartbeats used to calculate the heartbeat
rate. It doesn't make sense to give the test binary a target heartbeat rate
without knowing the normal heartbeat rate of the application on your system. To
find this, run:

$ ./bin/[test_binary] [num_beats] 0 [window_size]

If you aren't sure what parameters to use, a good place to start is 200 beats
and a window size of 20.

IMPORTANT NOTE: The tests will not run until the environment variable
HEARTBEAT_ENABLED_DIR is set, which is required by the Heartbeats library.
Just set it to a temporary directory:

$ export HEARTBEAT_ENABLED_DIR=/tmp


Installing/Uninstalling POET
----------------------------------------
To install POET to the local system, run:

$ make install

Headers are installed to /usr/local/include/poet.
The library is installed to /usr/local/lib.

To uninstall POET, run:

$ make uninstall


Directory Structure
----------------------------------------
.
├── config    -- Default and example configuration files
├── inc       -- Header files
├── src       -- Source files
└── test      -- Test source files


Website
----------------------------------------
http://poet.cs.uchicago.edu/

poet's People

Contributors

connorimes avatar

Watchers

James Cloos avatar  avatar

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.