码迷,mamicode.com
首页 >  
搜索关键字:performance tuning g    ( 2063个结果
Linux性能剖析工具—perf
系统级性能优化通常包括两个阶段:性能剖析(performance profiling)和代码优化。 性能剖析的目标是寻找性能瓶颈,查找引发性能问题的原因及热点代码。 代码优化的目标是针对具体性能问题而优化代码或编译选项,以改善软件性能。 perf是一款Linux性能分析工具。Linux性能计数器是一 ...
分类:系统相关   时间:2020-10-10 16:54:23    阅读次数:32
【译】Database Profiling with Visual Studio
你是否在排查运行缓慢的 web 应用程序时怀疑是数据库层造成的?以前排查数据库层需要特定的工具,现在可以使用 Visual Studio 的 Performance Explorer 中的数据库分析工具快速而轻松地排查。 ...
分类:数据库   时间:2020-08-28 14:36:46    阅读次数:60
LTE - Reporting of Channel Quality Indicator (CQI)
Introduction The CQI reporting performance test defined in TS36.101 Section 9.3.2.1.1. The performance requirements of the test are as follows: a CQI ...
分类:其他好文   时间:2020-08-20 18:21:03    阅读次数:85
My Life with Isaac Stern by Aaron Rosand
Max Adler (a wealthy benefactor) introduced me to Isaac in 1946 in his Chicago home and played a recorded live performance of Tchaikovsky concerto tha ...
分类:其他好文   时间:2020-08-12 16:00:34    阅读次数:61
java apm工具
APM工具对比 本文转自:APM工具对比 市面上有很多分布式链路监控的工具,客观对比。 调研 市面上的APM(Application Performance Management)理论模型大多都是借鉴,Google Dapper论文。 我最近也在选取使用哪一个工具,这里的对比是在Spring Clo ...
分类:编程语言   时间:2020-07-29 15:24:09    阅读次数:93
oracle数据库跟踪工具
有没有一个能跟踪oracle数据库中执行SQL代码的跟踪工具? 通过Oracle企业管理器建立跟踪从Top Consumers页面(可以通过Additional Monitoring Links区域中的Performance页面得到,如图1所示)开始。该页面显示服务、模块、客户和动作对系统资源的当前 ...
分类:数据库   时间:2020-07-28 22:12:25    阅读次数:145
输出日志 查日志
DBCC TRACEON (1204, -1)DBCC TRACEON (1222, -1) SELECT cntr_value AS NumOfDeadLocks FROM sys.dm_os_performance_counters WHERE object_name = 'SQLServer: ...
分类:其他好文   时间:2020-07-28 13:49:28    阅读次数:71
StackExchange.Redis client best practices
StackExchange.Redis client best practices 1. Enabling server GC can optimize the client and provide better performance and throughput.2. Set AbortOnCo ...
分类:其他好文   时间:2020-07-25 23:55:39    阅读次数:84
Rethinking the performance comparison between SNNS and ANNS
郑重声明:原文参见标题,如有侵权,请联系作者,将会撤销发布! Abstract 人工神经网络(ANN)是通向人工智能的一种流行途径,它已经通过成熟的模型,各种基准,开源数据集和强大的计算平台获得了非凡的成功。脉冲神经网络(SNN)是一类有前途的模型,可以模拟大脑的神经元动态,已受到脑启发式计算的广泛 ...
分类:其他好文   时间:2020-07-22 23:31:09    阅读次数:96
前端性能监控
为了帮助开发者更好地衡量和改进前端页面性能,W3C 性能小组引入了 Navigation Timing API,实现了自动、精准的页面性能打点; 开发者可以通过 window.performance 属性获取。 performance.timing 接口(定义了从 navigationStart 至 ...
分类:其他好文   时间:2020-07-19 00:59:12    阅读次数:117
2063条   上一页 1 2 3 4 5 6 ... 207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!