Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
linw7 committed Jul 28, 2017
1 parent f6cd9a5 commit 8f9ccf1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src_code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

- 版本控制:git

- 代码结构:[callgraph](http://www.tinylab.org/callgraph-draw-the-calltree-of-c-functions/)
- 代码结构:[Understand](https://scitools.com/) + [callgraph](http://blog.csdn.net/solstice/article/details/488865)

- 集成环境:Clion
- 集成环境:[Clion](https://www.jetbrains.com/clion/)

---

Expand Down Expand Up @@ -158,6 +158,10 @@ typedef struct tk_task{
}tk_task_t;
```
### 调用树
![调用树](./datum/ClusterCall_full.jpg)
### 主要函数
1. util.c
Expand Down Expand Up @@ -238,7 +242,6 @@ typedef struct tk_task{
- 工作线程:void* threadpool_worker(void* arg);
这里只罗列全局函数,模块内部调用的函数(static)这里不一一展示。
---
Expand Down

0 comments on commit 8f9ccf1

Please sign in to comment.