Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
9ccda1cc
Commit
9ccda1cc
authored
Oct 06, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b0cb5454
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
214 additions
and
143 deletions
+214
-143
go/todo.dot
go/todo.dot
+17
-2
go/todo.svg
go/todo.svg
+197
-141
No files found.
go/todo.dot
View file @
9ccda1cc
...
...
@@ -16,6 +16,7 @@ digraph {
Sgo_speed
->
diskio
;
Sgo_speed
->
ConnClose_notimer
;
Sgo_speed
->
osnet_latency
;
Sgo_speed
->
QSgo_speed
;
QSgo_speed
->
Mmap_go
;
...
...
@@ -62,7 +63,7 @@ digraph {
sha1_index
[
label
=
"? sha1 index"
]
;
//B_link_recv [label="Bench link.Recv1/Ask1" style=filled fillcolor=lightyellow];
garbage
[
label
=
"garbage"
style
=
filled
fillcolor
=
lightyellow
]
;
gosched
[
label
=
"?
go scheduling"
style
=
filled
fillcolor
=
grey95
]
;
gosched
[
label
=
"?
\n
go scheduling"
style
=
filled
fillcolor
=
grey95
]
;
//Cgo -> Cgo_tasks;
//Cgo_tasks [label="- talkMaster\n- update nodeTab/partTab\n- dial S on demand\n..." style=filled fillcolor=lightyellow];
...
...
@@ -75,5 +76,19 @@ digraph {
ConnClose_notimer
[
label
=
"Conn.Close\nno timer"
style
=
filled
fillcolor
=
lightyellow
]
;
diskio
[
label
=
"disk io"
]
;
GOMAXPROCS
[
label
=
"? GOMAXPROCS"
]
;
GOMAXPROCS
[
label
=
"?\nGOMAXPROCS"
]
;
osnet_latency
->
rx_no_delay
;
osnet_latency
->
nocstates
;
osnet_latency
->
tcp_latency
;
rx_no_delay
->
rtl_patch
;
osnet_latency
[
label
=
"OS/Network\nlatency"
]
;
rx_no_delay
[
label
=
"net rx\nno delay"
style
=
filled
fillcolor
=
lightyellow
]
;
nocstates
[
label
=
"disable >C1"
style
=
filled
fillcolor
=
lightyellow
]
;
tcp_latency
[
label
=
"TCP RR\nlatency"
]
;
rtl_patch
[
label
=
"r8169 patch\nethtool -C"
style
=
filled
fillcolor
=
lightyellow
]
;
}
go/todo.svg
View file @
9ccda1cc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment