Coder Social home page Coder Social logo

jiankangren / epst Goto Github PK

View Code? Open in Web Editor NEW

This project forked from khchentw/epst

0.0 2.0 0.0 279 KB

Efficient Probabilistic Schedulability Tests in SIES'17

Home Page: http://ieeexplore.ieee.org/abstract/document/7993392/

Python 56.38% Makefile 0.15% MATLAB 0.91% Mathematica 42.56%

epst's Introduction

Python source code and misc.

Proposed and compared approaches:

  • EPST.py contains the proposed approaches.
  • bounds.py contains different bounds related to the Chernoff bound.
  • task-generator.py contains the task generating routines, especially for generating MATLAB input [1].
  • sort_task_set.py contains the task generating routines.
  • mp-frVsProb.py is used to generate the results on multiprocessors.
  • mp-frVsProb_dml.py is used to generate the results for l-consecutive misses on multiprocessors.
  • cprta.py contains the approaches implemented in Python [1].
  • scriptSimulations.m is the modified simulation executable from [1].
  • dmp.m is almost the original one but the redundant output behavior is disable for readability.
  • givenTaskSetFunction.m contains the function for using our generated input. The given input from taskset-matlabs100u60.m / taskset-matlabs100u70.m should be renamed as "INPUT.m" in the same folder.

How to use?

  • python mp-frVsProb.py will derive the results into a folder named comparison.

Experimental setup in the paper:

  • timing.py contains the time measument routines.
  • taskset-matlabs100u60.m / taskset-p10s100u60.txt are the input of shown results for utilization 60 generated by Uunifast.
  • taskset-matlabs100u70.m / taskset-p10s100u70.txt are the input of shown results for utilization 70 generated by Uunifast.

Heuristic example:

  • simple_test.py heuristically demonstrates the usage of the proposed approaches.
  • simple_approxError.py heuristically demonstrates the approx. error we made with given inputs.

Error in my paper [2]

  • in simple_test.py, P^A_1 and P^A_2 in the paper was reported as 10^-5. However in fact the results was all based on 10^-6.

Reference

  • [1] D. Maxim and L. Cucu-Grosjean. Response time analysis for fixed-priority tasks with multiple probabilistic parameters. RTSS'13. The source code of CPRTA and the resampling feature is from here: https://who.rocq.inria.fr/Dorin.Maxim/tool.html
  • [2] K. H. Chen and J. J. Chen, "Probabilistic schedulability tests for uniprocessor fixed-priority scheduling under soft errors," 2017 12th IEEE International Symposium on Industrial Embedded Systems (SIES), Toulouse, France, 2017, pp. 1-8.

epst's People

Contributors

khchentw avatar

Watchers

 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.