-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (76 loc) · 3.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>JProffa</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>JProffa</h1>
<h2>A deterministic Java profiler</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/JProffa/JProffa/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="https://github.com/JProffa/JProffa/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
<a href="https://github.com/JProffa/JProffa" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h1>JProffa</h1>
<p>
JProffa is a Java/JVM profiling tool that measures the number of byte codes executed instead of
wall clock or CPU time. This means that a deterministic program with the same parameters yields
the same profiling result each time.
</p>
<p>
The project is currently unmaintained.
</p>
<h2>License</h2>
<p>JProffa is licensed under <a href="http://opensource.org/licenses/MIT">The MIT License</a>.</p>
<h2>Related stuff</h2>
<ul>
<li>
<a href="http://sdqweb.ipd.kit.edu/wiki/ByCounter">ByCounter</a> is a similar project,
though sadly it's a research project that is only available by request.
</li>
<li>
JProffa was made at the <a href="http://www.cs.helsinki.fi/en">University of Helsinki CS Dept.</a>
</li>
<li>
JProffa's intended use is to evaluate the exercise programs students write during our algorithms and data structures course.
Our automatic evaluation system, <a href="https://github.com/testmycode/tmc-server">TMC</a>, is also open-source.
</li>
</ul>
</section>
<h2>Authors</h2>
<p>
JProffa was written at the
<a href="http://www.cs.helsinki.fi/en">University of Helsinki CS Dept.</a>
as a software engineering exercise by the following splendid students.
</p>
<ul>
<li>Aleksi Majander (<a href="https://github.com/Wampie">Wampie</a>)</li>
<li>Santeri Hiltunen (<a href="https://github.com/Hilzu">Hilzu</a>)</li>
<li>Olli Rissanen (<a href="https://github.com/Noemj">Noemj</a>)</li>
<li>Tomi Simsiö (<a href="https://github.com/Logima">Logima</a>)</li>
<li>Ville Knuuttila (<a href="https://github.com/Hallo">Hallo</a>)</li>
</ul>
<p>Afterwards, the project's maintainers were</p>
<ul>
<li>Martin Pärtel (<a href="https://github.com/mpartel">mpartel</a>)</li>
<li>Matti Luukkainen (<a href="https://github.com/mluukkai">mluukkai</a>)</li>
</ul>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>