This website works better with JavaScript.
Explore
Help
Register
Sign In
enlightenment
/
exactness
Watch
1
Star
0
Fork
You've already forked exactness
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163
Commits
2
Branches
0
Tags
2.5 MiB
Tag:
Branch:
Tree:
44cc8381bf
devs/tasn/jenkins
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '44cc8381bf'
${ noResults }
exactness
/
src
/
bin
/
.gitignore
6 lines
86 B
Raw
Normal View
History
Unescape
Escape
Added .gitignore in bin folder to ignore exactness binary Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com> Reviewers: tasn Differential Revision: https://phab.enlightenment.org/D2057
9 years ago
/exactness
Add an new executable to help on recordings maintenance An issue that currently happens in Exactness is that we don't have any way to debug the recordings. Only debug information can help us to figure out what data is stored inside the rec files. Three commands are available: - Clean: remove bad timestamp events and duplicate events - Add a delay: because of the first event is directly treated if no first timestamp is present, we need a way to fix recordings by adding them a delay before the first event. - List information: display the list of events, as vieet doesn't work at all. Really helpful to figure out bugs.
8 years ago
/exactness_helper
Introduce a new player not using LD_PRELOAD To make Exactness portable, LD_PRELOAD needs to be replaced by other mechanisms.
6 years ago
/exactness_play
Introduce a new recorder not using LD_PRELOAD
6 years ago
/exactness_record
Introduce a new player not using LD_PRELOAD To make Exactness portable, LD_PRELOAD needs to be replaced by other mechanisms.
6 years ago
/exactness_canvas.eo.*