Skip to content
Snippets Groups Projects
Commit 22f16454 authored by Peter Cai's avatar Peter Cai
Browse files

Rename configuration-based polling to "interrupt suppression"

parent 1f1ea0f3
No related branches found
No related tags found
No related merge requests found
markers = {
"vanilla": ".",
"kernel polling (patched)": "+",
"kernel polling (configuration)": "x",
"kernel polling": "+",
"interrupt suppression": "x",
"irq packing": "*",
"fstack": "d",
}
colors = {
"vanilla": "tab:blue",
"kernel polling (patched)": "tab:orange",
"kernel polling (configuration)": "tab:purple",
"kernel polling": "tab:orange",
"interrupt suppression": "tab:purple",
"irq packing": "tab:red",
"fstack": "tab:cyan",
}
patterns = {
"vanilla": "//",
"kernel polling (patched)": "..",
"kernel polling": "..",
"fstack": "--",
}
......@@ -11,7 +11,7 @@ experiments = [
labels = [
'vanilla',
'kernel polling (patched)',
'kernel polling',
]
def plot():
......
......@@ -10,7 +10,7 @@ experiments = [
labels = [
'vanilla',
'kernel polling (patched)',
'kernel polling',
]
def plot():
......
......@@ -16,7 +16,7 @@ experiments_uma = [
names = [
"vanilla",
"kernel polling (patched)",
"kernel polling",
]
def show_plot():
......
......@@ -13,8 +13,8 @@ experiments = [
names = [
"vanilla",
"irq packing",
"kernel polling (configuration)",
"kernel polling (patched)",
"interrupt suppression",
"kernel polling",
]
def show_plot():
......
......@@ -17,7 +17,7 @@ experiments_t8 = [
labels = [
"vanilla",
"kernel polling (patched)",
"kernel polling",
"fstack",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment