You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Designed benchmarks to compare and analyze the latency and throughput performances of Pipes, TCP stream sockets and Shared memory on Unix systems. - Compared the performances of two existing timing utilities in instrumenting time-sensitive system software: A x86-64 architecture specific rdtsc time stamp counter, and the Unix clock_gettime API.