WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

mukerjee/libVT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libVT

A user-space virtual time interposition library. Wraps standard glibc calls that rely on time (clock_gettime, gettimeofday, sleep, usleep, alarm, select, poll, and setitimer), and modifies their result by a hard-coded time-dilation factor tdf. e.g., if tdf is 20 and sleep(10) is called, the system will actually sleep for 200 seconds.

About

User space virtual time library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published