mirror of
https://github.com/drasko/codezero.git
synced 2026-03-20 11:01:51 +01:00
18 lines
180 B
C
18 lines
180 B
C
/*
|
|
* Copyright (C) 2010 B Labs Ltd.
|
|
*
|
|
* l4_map/l4_unmap performance tests
|
|
*
|
|
* Author: Bahadir Balban
|
|
*/
|
|
|
|
void perf_measure_map(void)
|
|
{
|
|
|
|
}
|
|
|
|
void perf_measure_unmap(void)
|
|
{
|
|
|
|
}
|