Skip to content

An Eclipse plugin to help choose energy efficient Java collections

Notifications You must be signed in to change notification settings

greensoftwarelab/jStanley

Repository files navigation

jStanley

jStanley is a static analyzer developed as an Eclipse plugin. The tool is capable of statically detecting the usage of energy-inefficient collections and suggest better alternatives. It can do the same, but considering the execution time or simultaneously energy and time.

Installation

  • Download or clone this repository
  • Move the file greenlab_1.0.0.201805311446.jar located inside the folder pluginjar to eclipse dropins folder
  • Depending on the Operating System this folder may be located at:
    • Linux: usr/share/eclipse
    • OSX: /Applications/Eclipse.app/Contents/Eclipse
  • Restart Eclipse

How to use

  • Click jStanley icon located in your Eclipse tool-bar menu
  • jStanley evaluates all open projects in Eclipse
  • To change the default analysis type and population size, click on the drop-down arrow to the right side of jStanley
    • Select one population size from 25K, 250K or 1M
    • Select the analysis type from Joules and/or Miliseconds

Known bugs

About

An Eclipse plugin to help choose energy efficient Java collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages