Skip to content
Snippets Groups Projects
Commit beb988e2 authored by James Willis's avatar James Willis
Browse files

Handle fof task types.

parent 2e721ec8
No related branches found
No related tags found
1 merge request!543Fof
......@@ -256,8 +256,6 @@ colours = [
"sienna",
"aquamarine",
"bisque",
"blue",
"green",
"lightgreen",
"brown",
"purple",
......@@ -283,6 +281,8 @@ colours = [
"firebrick",
"magenta",
"hotpink",
"blue",
"green",
"pink",
"orange",
"lightgreen",
......@@ -442,7 +442,10 @@ for rank in ranks:
toc = int(data[line, toccol]) / CPU_CLOCK
tasks[thread][-1]["tic"] = tic
tasks[thread][-1]["toc"] = toc
if (
if ( "fof" in tasktype):
tasks[thread][-1]["colour"] = TASKCOLOURS[tasktype]
else if(
"self" in tasktype
or "pair" in tasktype
or "recv" in tasktype
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment