Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
syscall-eval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
syscall-eval
Merge requests
!3
Work work work
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Work work work
work-work-work
into
main
Overview
0
Commits
3
Pipelines
2
Changes
5
Merged
Florian Fischer
requested to merge
work-work-work
into
main
3 years ago
Overview
0
Commits
3
Pipelines
2
Changes
5
0
0
Merge request reports
Compare
main
version 1
3aa703ff
3 years ago
main (base)
and
latest version
latest version
0cf52e2f
3 commits,
3 years ago
version 1
3aa703ff
3 commits,
3 years ago
5 files
+
31
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Makefile
+
2
−
2
View file @ 0cf52e2f
Edit in single-file editor
Open in Web IDE
Show full file
BENCH_MAIN
:=
bench.c
BENCH_MAIN
:=
bench.c
SYSCALLS
:=
blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll aio-sig aio-thrd
SYSCALLS
:=
blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll
p
aio-sig
p
aio-thrd
OBJ
:=
$(
addprefix bench-,
$(
SYSCALLS
))
OBJ
:=
$(
addprefix bench-,
$(
SYSCALLS
))
LDFLAGS
:=
-luring
-pthread
-lrt
LDFLAGS
:=
-luring
-pthread
-lrt
CFLAGS
:=
-Werror
-Wall
-g
-O3
CFLAGS
:=
-Werror
-Wall
-g
-O3
-D_GNU_SOURCE
# CFLAGS := -Werror -Wall -g -O0
# CFLAGS := -Werror -Wall -g -O0
.PHONY
:
all clean eval docker-eval check
.PHONY
:
all clean eval docker-eval check
Loading