-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
多机器人路径规划算法,RVO
多机器人路径规划算法,可视化界面显示,默认实验数据为实现4个机器人路径规划。希望对于路径规划的学习者有一定帮助。
- 2022-10-31 01:15:03下载
- 积分:1
-
二维数据PCA降维
随机产生含100个的随机数,得到原始的二维数据,接下来计算出数据的协方差矩阵,找到二维数据中的主方向,并对数据进行降维。
- 2022-05-16 03:23:29下载
- 积分:1
-
96%的中国大学生数学建模竞赛中的一个主题:F
%96年中国大学生数学建模竞赛A题:捕鱼-96% of university students in China Mathematical Contest in Modeling A theme : fishing
- 2022-03-03 08:18:13下载
- 积分:1
-
halcon自动获取任意取像设备源码
halcon自动获取任意取像是被源码halcon自动获取任意取像是被源码halcon自动获取任意取像是被源码halcon自动获取任意取像是被源码
- 2022-08-25 22:54:34下载
- 积分:1
-
在 JAVA 中桦木算法
桦木(平衡迭代的减少和群集使用层次结构) 是无监督数据米宁g 使用算法来执行层次聚类 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-12-10 18:20:03下载
- 积分:1
-
himself in a fractal procedures and supports dynamic expression compiler
自己写的一个分形程序,支持动态编译表达式-himself in a fractal procedures and supports dynamic expression compiler
- 2022-02-15 13:27:01下载
- 积分:1
-
matlab车辆检测编程
运动目标检测与跟踪,包括目标定位,匹配与跟踪c++亲测可以使用,谢谢支持。
- 2022-02-25 00:07:10下载
- 积分:1
-
中序遍历二叉树
此算法是在VS中实现的二叉遍历算法,二叉树的基本的遍历规则有三种:前序遍历,中序遍历和后序遍历。对于每一种遍历,树中每个结点都要经过3次。前序遍历在第一次遇到结点时立即访问,中序遍历第二次遇到结点时访问,后序遍历则到第三次遇到结点时才访问。
- 2022-07-23 19:18:16下载
- 积分:1
-
Simulation Algorithm. By compiling and debugging a system dynamic allocation of...
模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effective avoid deadlock.
- 2022-04-22 19:46:44下载
- 积分:1