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