Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
neoppod
Commits
104985ea
Commit
104985ea
authored
7 years ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
05818bdb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
go/todo.dot
go/todo.dot
+6
-6
go/todo.svg
go/todo.svg
+6
-6
No files found.
go/todo.dot
View file @
104985ea
...
@@ -61,19 +61,19 @@ digraph {
...
@@ -61,19 +61,19 @@ digraph {
sha1_index
[
label
=
"? sha1 index"
]
;
sha1_index
[
label
=
"? sha1 index"
]
;
//B_link_recv [label="Bench link.Recv1/Ask1" style=filled fillcolor=lightyellow];
//B_link_recv [label="Bench link.Recv1/Ask1" style=filled fillcolor=lightyellow];
garbage
[
label
=
"garbage"
]
;
garbage
[
label
=
"garbage"
style
=
filled
fillcolor
=
lightyellow
]
;
gosched
[
label
=
"? go scheduling"
]
;
gosched
[
label
=
"? go scheduling"
style
=
filled
fillcolor
=
grey95
]
;
//Cgo -> Cgo_tasks;
//Cgo -> Cgo_tasks;
//Cgo_tasks [label="- talkMaster\n- update nodeTab/partTab\n- dial S on demand\n..." style=filled fillcolor=lightyellow];
//Cgo_tasks [label="- talkMaster\n- update nodeTab/partTab\n- dial S on demand\n..." style=filled fillcolor=lightyellow];
QSgo_speed
[
label
=<
?
>
]
;
QSgo_speed
[
label
=<
?
>
]
;
pktbuf_alloc
[
label
=<
PktBuf
>
]
;
pktbuf_alloc
[
label
=<
PktBuf
>
style
=
filled
fillcolor
=
lightyellow
]
;
msg_alloc
[
label
=<
Msg
>
]
;
msg_alloc
[
label
=<
Msg
>
style
=
filled
fillcolor
=
lightyellow
]
;
conn_alloc
[
label
=<
Conn
>
]
;
conn_alloc
[
label
=<
Conn
>
style
=
filled
fillcolor
=
lightyellow
]
;
ConnClose_notimer
[
label
=
"Conn.Close\nno timer"
]
;
ConnClose_notimer
[
label
=
"Conn.Close\nno timer"
style
=
filled
fillcolor
=
lightyellow
]
;
diskio
[
label
=
"disk io"
]
;
diskio
[
label
=
"disk io"
]
;
GOMAXPROCS
[
label
=
"? GOMAXPROCS"
]
;
GOMAXPROCS
[
label
=
"? GOMAXPROCS"
]
;
}
}
This diff is collapsed.
Click to expand it.
go/todo.svg
View file @
104985ea
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
</g>
</g>
<!-- garbage -->
<!-- garbage -->
<g
id=
"node8"
class=
"node"
><title>
garbage
</title>
<g
id=
"node8"
class=
"node"
><title>
garbage
</title>
<ellipse
fill=
"
none
"
stroke=
"black"
cx=
"277.242"
cy=
"-98.8701"
rx=
"38.1938"
ry=
"18"
/>
<ellipse
fill=
"
lightyellow
"
stroke=
"black"
cx=
"277.242"
cy=
"-98.8701"
rx=
"38.1938"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"277.242"
y=
"-95.1701"
font-family=
"Times,serif"
font-size=
"14.00"
>
garbage
</text>
<text
text-anchor=
"middle"
x=
"277.242"
y=
"-95.1701"
font-family=
"Times,serif"
font-size=
"14.00"
>
garbage
</text>
</g>
</g>
<!-- Sgo_speed->garbage -->
<!-- Sgo_speed->garbage -->
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
</g>
</g>
<!-- ConnClose_notimer -->
<!-- ConnClose_notimer -->
<g
id=
"node10"
class=
"node"
><title>
ConnClose_notimer
</title>
<g
id=
"node10"
class=
"node"
><title>
ConnClose_notimer
</title>
<ellipse
fill=
"
none
"
stroke=
"black"
cx=
"606.242"
cy=
"-98.8701"
rx=
"56.6372"
ry=
"26.7407"
/>
<ellipse
fill=
"
lightyellow
"
stroke=
"black"
cx=
"606.242"
cy=
"-98.8701"
rx=
"56.6372"
ry=
"26.7407"
/>
<text
text-anchor=
"middle"
x=
"606.242"
y=
"-102.67"
font-family=
"Times,serif"
font-size=
"14.00"
>
Conn.Close
</text>
<text
text-anchor=
"middle"
x=
"606.242"
y=
"-102.67"
font-family=
"Times,serif"
font-size=
"14.00"
>
Conn.Close
</text>
<text
text-anchor=
"middle"
x=
"606.242"
y=
"-87.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
no timer
</text>
<text
text-anchor=
"middle"
x=
"606.242"
y=
"-87.6701"
font-family=
"Times,serif"
font-size=
"14.00"
>
no timer
</text>
</g>
</g>
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
</g>
</g>
<!-- pktbuf_alloc -->
<!-- pktbuf_alloc -->
<g
id=
"node14"
class=
"node"
><title>
pktbuf_alloc
</title>
<g
id=
"node14"
class=
"node"
><title>
pktbuf_alloc
</title>
<ellipse
fill=
"
none
"
stroke=
"black"
cx=
"319.242"
cy=
"-18"
rx=
"35.9954"
ry=
"18"
/>
<ellipse
fill=
"
lightyellow
"
stroke=
"black"
cx=
"319.242"
cy=
"-18"
rx=
"35.9954"
ry=
"18"
/>
<text
text-anchor=
"start"
x=
"299.742"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
PktBuf
</text>
<text
text-anchor=
"start"
x=
"299.742"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
PktBuf
</text>
</g>
</g>
<!-- garbage->pktbuf_alloc -->
<!-- garbage->pktbuf_alloc -->
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
</g>
</g>
<!-- msg_alloc -->
<!-- msg_alloc -->
<g
id=
"node15"
class=
"node"
><title>
msg_alloc
</title>
<g
id=
"node15"
class=
"node"
><title>
msg_alloc
</title>
<ellipse
fill=
"
none
"
stroke=
"black"
cx=
"160.242"
cy=
"-18"
rx=
"27"
ry=
"18"
/>
<ellipse
fill=
"
lightyellow
"
stroke=
"black"
cx=
"160.242"
cy=
"-18"
rx=
"27"
ry=
"18"
/>
<text
text-anchor=
"start"
x=
"147.742"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
Msg
</text>
<text
text-anchor=
"start"
x=
"147.742"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
Msg
</text>
</g>
</g>
<!-- garbage->msg_alloc -->
<!-- garbage->msg_alloc -->
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
</g>
</g>
<!-- conn_alloc -->
<!-- conn_alloc -->
<g
id=
"node16"
class=
"node"
><title>
conn_alloc
</title>
<g
id=
"node16"
class=
"node"
><title>
conn_alloc
</title>
<ellipse
fill=
"
none
"
stroke=
"black"
cx=
"235.242"
cy=
"-18"
rx=
"29.795"
ry=
"18"
/>
<ellipse
fill=
"
lightyellow
"
stroke=
"black"
cx=
"235.242"
cy=
"-18"
rx=
"29.795"
ry=
"18"
/>
<text
text-anchor=
"start"
x=
"220.242"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
Conn
</text>
<text
text-anchor=
"start"
x=
"220.242"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
Conn
</text>
</g>
</g>
<!-- garbage->conn_alloc -->
<!-- garbage->conn_alloc -->
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
</g>
</g>
<!-- gosched -->
<!-- gosched -->
<g
id=
"node17"
class=
"node"
><title>
gosched
</title>
<g
id=
"node17"
class=
"node"
><title>
gosched
</title>
<ellipse
fill=
"
none
"
stroke=
"black"
cx=
"614.242"
cy=
"-18"
rx=
"66.0889"
ry=
"18"
/>
<ellipse
fill=
"
#f2f2f2
"
stroke=
"black"
cx=
"614.242"
cy=
"-18"
rx=
"66.0889"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"614.242"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
? go scheduling
</text>
<text
text-anchor=
"middle"
x=
"614.242"
y=
"-14.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
? go scheduling
</text>
</g>
</g>
<!-- diskio->gosched -->
<!-- diskio->gosched -->
...
...
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