mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +00:00
Add per-CPU counters and track RSS for each Vmar
This commit is contained in:
@ -30,6 +30,7 @@ itimer/timer_create
|
||||
mmap/mmap_and_fork
|
||||
mmap/mmap_shared_filebacked
|
||||
mmap/mmap_readahead
|
||||
mmap/mmap_vmrss
|
||||
process/group_session
|
||||
process/job_control
|
||||
pthread/pthread_test
|
||||
@ -41,7 +42,7 @@ signal_c/signal_test
|
||||
"
|
||||
|
||||
for testcase in ${tests}
|
||||
do
|
||||
do
|
||||
echo "Running test ${testcase}......"
|
||||
${SCRIPT_DIR}/${testcase}
|
||||
done
|
||||
|
Reference in New Issue
Block a user