码迷,mamicode.com
首页 >  
搜索关键字:memory    ( 28930个结果
资源划分--cgroups
一、简介 cgroups 的全称是control groups,是Linux内核提供的一种可以限制、记录、隔离进程组所使用的物理资源(包括:CPU、memory、IO等),可以对 cpu,内存等资源实现精细化的控制,目前越来越火的轻量级容器 Docker 就使用了 cgroups 提供的资源限制能力 ...
分类:其他好文   时间:2021-06-06 19:06:23    阅读次数:0
pprof性能调优
在计算机性能调试领域里,profiling 是指对应用程序的画像,画像就是应用程序使用 CPU 和内存的情况。 Go性能优化 CPU profile:报告程序的 CPU 使用情况,按照一定频率去采集应用程序在 CPU 和寄存器上面的数据 Memory Profile(Heap Profile):报告 ...
分类:其他好文   时间:2021-06-06 18:58:59    阅读次数:0
2 - Provision Virtual machine with Hyper-V
Prerequisites: Windows 10 Hyper-V Virtual machine parameters: Memory 2GB Hard Drive 20GB Provisioning: Launch Hyper-V, click on new > Virtual Machine ...
分类:系统相关   时间:2021-06-05 17:49:23    阅读次数:0
TVM性能评估分析(七)
TVM性能评估分析(七) Figure 1. Performance Improvement Figure 2. Depthwise convolution Figure 3. Data Fusion Figure 4. Data Fusion(2) Figure 5. Shared memory ...
分类:其他好文   时间:2021-06-02 16:46:26    阅读次数:0
.NET Debugging Demos Lab 7: Memory Leak
https://www.tessferrandez.com/blog/2008/03/25/net-debugging-demos-lab-7.html This is the last debugging lab in the .NET Debugging Labs series. By now ...
分类:Web程序   时间:2021-06-02 14:43:49    阅读次数:0
FreeRTOS Heap Memory Management (5) - heap5源码分析
FreeRTOS Heap Memory Management (5) - heap5源码分析 /* FreeRTOS Kernel V10.4.1 */ heap5的实现与heap4除了内存初始化有所不同,其余部分几乎一致。 因此本文只分析初始化函数,其余部分详见FreeRTOS Heap Mem ...
分类:其他好文   时间:2021-06-02 14:41:36    阅读次数:0
FreeRTOS Heap Memory Management (4) - heap4源码分析
FreeRTOS Heap Memory Management (4) - heap4源码分析 /* FreeRTOS Kernel V10.4.1 */ ? heap4的实现与heap2非常相似,不同之处在于heap4需要合并相邻的 free block。请参考 FreeRTOS Heap Mem ...
分类:其他好文   时间:2021-06-02 14:23:01    阅读次数:0
CodeForces 279B - Books
A good problem that helps understanding sliding window algorithm :3 ...
分类:其他好文   时间:2021-06-02 14:14:21    阅读次数:0
ZSTUOJ刷题⑥:Problem 3535.--模拟简单计算器
3535: 模拟简单计算器 Time Limit: 1 Sec Memory Limit: 64 MBSubmit: 4634 Solved: 1652 Description 程序模拟简单运算器的工作:输入一个算式(没有空格),遇到‘=’号说明输入结束,输出结果。假设计算器只能进行加、减、乘、除运 ...
分类:其他好文   时间:2021-05-24 17:12:25    阅读次数:0
自然语言处理(NLP)入门
什么是NLP? NLP 自然语言处理 CNN 卷积神经网络 RNN - Recurrent Neural Network 循环神经网络 LSTM - Long Short-Term Memory 长短期记忆 word2vec doc2vec ...
分类:编程语言   时间:2021-05-24 15:06:13    阅读次数:0
28930条   上一页 1 2 3 4 5 ... 2893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!