MCPcopy Create free account

hub / github.com/ChunelFeng/CGraph / functions

Functions823 in github.com/ChunelFeng/CGraph

↓ 2 callersFunctionsetName
src/CBasic/CDescInfo.h:51
↓ 2 callersFunctionsetSchedParam
* 设置线程优先级,仅针对非windows平台使用 */
src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:172
↓ 2 callersMethodsetThreshold
src/GraphCtrl/GraphStage/GStage.cpp:27
↓ 2 callersMethodsetup
src/GraphCtrl/GraphElement/GElementRepository.cpp:36
↓ 2 callersFunctionstealTask
* 从其他线程窃取一个任务 * @param task * @return */
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:187
↓ 2 callersMethodsuspend
src/GraphCtrl/GraphPipeline/GPipeline.cpp:187
↓ 2 callersFunctiontrim
* 针对图结构,做剪裁 * @param elements * @return */
src/GraphCtrl/GraphElement/_GOptimizer/GTrimOptimizer.h:26
↓ 2 callersMethodtrim
src/GraphCtrl/GraphPipeline/GPipeline.cpp:267
↓ 2 callersMethodwaitGElements
src/GraphCtrl/GraphElement/GAdapter/GFence/GFence.cpp:30
↓ 2 callersFunctionwaitRunTask
* 有等待的执行任务 * @param ms * @return * @notice 目的是降低cpu的占用率 */
src/UtilsCtrl/ThreadPool/Thread/UThreadSecondary.h:95
↓ 1 callersFunctionUTaskGroup
src/UtilsCtrl/ThreadPool/Task/UTaskGroup.h:29
↓ 1 callersMethod__has_4py
src/GraphCtrl/GraphParam/GParamManager.cpp:140
↓ 1 callersMethod__remove_4py
src/GraphCtrl/GraphParam/GParamManager.cpp:126
↓ 1 callersMethodadd
src/GraphCtrl/GraphAspect/GAspectManager.cpp:68
↓ 1 callersMethodadd
src/GraphCtrl/GraphElement/GElementManager.cpp:65
↓ 1 callersMethodaddBacktrace
src/GraphCtrl/GraphParam/GParam.cpp:26
↓ 1 callersMethodaddElement
src/GraphCtrl/GraphElement/GGroup/GGroup.cpp:45
↓ 1 callersMethodaddElementInfo
src/GraphCtrl/GraphElement/GElement.cpp:178
↓ 1 callersMethodaddManagers
src/GraphCtrl/GraphElement/GElement.cpp:193
↓ 1 callersFunctionasyncNotify
* 异步触发一个事件 * @param key * @param type * @return */
src/GraphCtrl/GraphEvent/GEventManagerWrapper.h:49
↓ 1 callersMethodasyncTrigger
src/GraphCtrl/GraphEvent/GEventManager.cpp:58
↓ 1 callersMethodasyncWait
src/GraphCtrl/GraphEvent/GEvent.cpp:85
↓ 1 callersFunctionasync_pipeline_1
(pipeline: GPipeline)
python/tutorial/T07-MultiPipeline.py:15
↓ 1 callersFunctionasync_pipeline_1
tutorial/T07-MultiPipeline.cpp:14
↓ 1 callersFunctionasync_pipeline_2
(pipeline: GPipeline)
python/tutorial/T07-MultiPipeline.py:26
↓ 1 callersFunctionasync_pipeline_2
tutorial/T07-MultiPipeline.cpp:26
↓ 1 callersFunctionasync_pipeline_3
tutorial/T07-MultiPipeline.cpp:37
↓ 1 callersMethodbeginDestroy
python/wrapper/PywGAspect.h:38
↓ 1 callersMethodbeginInit
python/wrapper/PywGAspect.h:22
↓ 1 callersMethodbeginRun
example/E02-MockGUI.cpp:55
↓ 1 callersFunctionbuildStealTargets
* 构造 steal 范围的 target,避免每次盗取的时候,重复计算 * @return */
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:247
↓ 1 callersFunctionbuild_pipeline
example/E05-HttpServer.cpp:63
↓ 1 callersFunctioncalcMaxCliqueSize
* 计算当前最大团的大小 * @param graph * @return */
src/GraphCtrl/GraphElement/_GOptimizer/GMaxParaOptimizer.h:55
↓ 1 callersMethodcalcMaxParaSize
src/GraphCtrl/GraphElement/GElementManager.cpp:132
↓ 1 callersFunctioncalcPriority
src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:236
↓ 1 callersFunctioncalcShape
* 分析当前的element的形状 * @param elements * @return */
src/GraphCtrl/GraphElement/_GEngine/GEngine.h:37
↓ 1 callersMethodcall
src/UtilsCtrl/ThreadPool/Task/UTask.h:32
↓ 1 callersMethodcheckSuitable
src/GraphCtrl/GraphElement/GElement.cpp:567
↓ 1 callersMethodchoose
python/wrapper/PywGCondition.h:24
↓ 1 callersFunctionclear
* 清空所有内部信息 * @return */
src/UtilsCtrl/Container/USerialUniqueArray.h:50
↓ 1 callersMethodclear
src/GraphCtrl/GraphParam/GParamManager.cpp:48
↓ 1 callersMethodclear
src/GraphCtrl/GraphElement/GElementManager.cpp:92
↓ 1 callersFunctiond_function_init
(d: GFunction)
python/tutorial/T12-Function.py:23
↓ 1 callersFunctiond_function_run
(d: GFunction, num: int)
python/tutorial/T12-Function.py:27
↓ 1 callersFunctiondestroy
src/UtilsCtrl/ThreadPool/Thread/UThreadBase.h:39
↓ 1 callersMethoddestroy
python/wrapper/PywGNode.h:44
↓ 1 callersMethoddestroy
src/GraphCtrl/GraphParam/GParamManager.cpp:38
↓ 1 callersMethoddestroy
src/GraphCtrl/GraphDaemon/GDaemon.cpp:24
↓ 1 callersMethoddestroy
src/GraphCtrl/GraphDaemon/GDaemonManager.cpp:29
↓ 1 callersMethoddestroy
src/UtilsCtrl/ThreadPool/UThreadPool.cpp:141
↓ 1 callersMethoddump
src/GraphCtrl/GraphElement/GElement.cpp:375
↓ 1 callersMethodenterCrashed
src/GraphCtrl/GraphAspect/GAspect.cpp:40
↓ 1 callersMethodenterTimeout
src/GraphCtrl/GraphAspect/GAspect.cpp:44
↓ 1 callersFunctionexample_auto_pilot
example/E01-AutoPilot.cpp:135
↓ 1 callersFunctionexample_http_server
example/E05-HttpServer.cpp:92
↓ 1 callersFunctionexample_map_reduce
example/E04-MapReduce.cpp:83
↓ 1 callersFunctionexample_mock_gui
example/E02-MockGUI.cpp:87
↓ 1 callersFunctionexample_third_flow
example/E03-ThirdFlow.cpp:101
↓ 1 callersMethodfatDestroy
src/GraphCtrl/GraphEvent/GEvent.cpp:33
↓ 1 callersMethodfatInit
src/GraphCtrl/GraphEvent/GEvent.cpp:23
↓ 1 callersMethodfetchAll
src/GraphCtrl/GraphElement/GElementRepository.cpp:80
↓ 1 callersMethodfinishDestroy
src/GraphCtrl/GraphAspect/GAspect.cpp:36
↓ 1 callersMethodfinishInit
src/GraphCtrl/GraphAspect/GAspect.cpp:11
↓ 1 callersMethodfinishRun
src/GraphCtrl/GraphAspect/GAspect.cpp:27
↓ 1 callersFunctiongenerate
* 构建随机二维向量 * @param data * @param height * @param column * @param minValue * @param maxValue * @return */
src/UtilsCtrl/Random/URandom.h:57
↓ 1 callersMethodgetBindingIndex
src/GraphCtrl/GraphElement/GElement.cpp:484
↓ 1 callersMethodgetCurState
src/GraphCtrl/GraphElement/GElement.cpp:469
↓ 1 callersMethodgetKey
src/GraphCtrl/GraphParam/GParam.cpp:51
↓ 1 callersMethodgetKeys
src/GraphCtrl/GraphParam/GParamManager.cpp:91
↓ 1 callersFunctiongetMaxParaSize
* 计算当前dag的最大并发度 * @param elements * @return */
src/GraphCtrl/GraphElement/_GOptimizer/GMaxParaOptimizer.h:37
↓ 1 callersFunctiongetNearestAncestor
* 获取最近的从属节点信息 * @param fst * @param snd * @param fstPatch * @param sndPatch * @return * @notice 如果没有最近从属节点,即不在同一个 group中
src/GraphCtrl/GraphElement/_GOptimizer/GSeparateOptimizer.h:51
↓ 1 callersMethodgetSize
src/GraphCtrl/GraphPipeline/GPipelineManager.cpp:133
↓ 1 callersMethodgetThreadPool
src/GraphCtrl/GraphPipeline/_GSchedule/GSchedule.cpp:63
↓ 1 callersFunctionhasValue
* 判断内部是否包含该值 * @param val * @return */
src/UtilsCtrl/Container/USmallVector.h:92
↓ 1 callersMethodinit
example/E05-HttpServer.cpp:28
↓ 1 callersMethodinit
src/GraphCtrl/GraphParam/GParamManager.cpp:23
↓ 1 callersMethodinit
src/GraphCtrl/GraphDaemon/GDaemon.cpp:11
↓ 1 callersMethodinit
src/GraphCtrl/GraphDaemon/GDaemonManager.cpp:18
↓ 1 callersMethodinitEngine
src/GraphCtrl/GraphElement/GElementManager.cpp:108
↓ 1 callersMethodinnerExec
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:139
↓ 1 callersMethodinnerRegister
src/GraphCtrl/GraphPipeline/GPipeline.cpp:379
↓ 1 callersMethodisCancelState
src/GraphCtrl/GraphElement/GElementRepository.cpp:105
↓ 1 callersFunctionisDag
* 判断是否是dag的逻辑 * @param elements * @return */
src/GraphCtrl/GraphElement/_GEngine/GEngine.h:107
↓ 1 callersMethodisGAdaptor
src/GraphCtrl/GraphElement/GElement.cpp:459
↓ 1 callersMethodisGNode
src/GraphCtrl/GraphElement/GElement.cpp:464
↓ 1 callersMethodisInit
src/UtilsCtrl/ThreadPool/UThreadPool.cpp:181
↓ 1 callersMethodisMacro
src/GraphCtrl/GraphElement/GElement.cpp:340
↓ 1 callersMethodisNotErr
* 没有异常。包含 > 0 的警告类型 * @return */
src/CBasic/CStatus.h:130
↓ 1 callersMethodisSeparate
src/GraphCtrl/GraphElement/GGroup/GGroup.cpp:121
↓ 1 callersMethodisSerializable
src/GraphCtrl/GraphElement/GElement.cpp:514
↓ 1 callersMethodmakeSerial
src/GraphCtrl/GraphPipeline/GPipeline.cpp:274
↓ 1 callersMethodmakeType
src/GraphCtrl/GraphPipeline/_GSchedule/GSchedule.cpp:52
↓ 1 callersFunctionmock_client_request
example/E05-HttpServer.cpp:75
↓ 1 callersMethodperf
src/GraphCtrl/GraphPipeline/GPipeline.cpp:219
↓ 1 callersMethodpopLast
src/GraphCtrl/GraphAspect/GAspectManager.cpp:93
↓ 1 callersMethodpopLastAspect
src/GraphCtrl/GraphElement/GElement.cpp:519
↓ 1 callersMethodprint
example/E02-MockGUI.cpp:31
↓ 1 callersMethodprocess
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:124
↓ 1 callersFunctionprocessTask
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:91
↓ 1 callersFunctionprocessTasks
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:101
← previousnext →101–200 of 823, ranked by callers