GuppY

Not able to plot graph: matplotlib is needed for plotting

拜拜、爱过 提交于 2019-12-01 17:45:42
I am able to generate *.dat file: vikas@server:~/memory_profiler-0.36$ ./mprof run --python test_sl.py vikas@server:~/memory_profiler-0.36$ ls *.dat mprofile_20151001035123.dat But when I am trying to plot graph then it is saying "matplotlib is needed for plotting" vikas@server:~/memory_profiler-0.36$ ./mprof plot --output=plot.png matplotlib is needed for plotting. Did I miss anything? Function I am profiling is run() which is inside: file_to_be_profiled.py #!/usr/bin/python import time import os, sys, commands from memory_profiler import profile from guppy import hpy @profile def run(): d =

Not able to plot graph: matplotlib is needed for plotting

此生再无相见时 提交于 2019-12-01 17:37:51
问题 I am able to generate *.dat file: vikas@server:~/memory_profiler-0.36$ ./mprof run --python test_sl.py vikas@server:~/memory_profiler-0.36$ ls *.dat mprofile_20151001035123.dat But when I am trying to plot graph then it is saying "matplotlib is needed for plotting" vikas@server:~/memory_profiler-0.36$ ./mprof plot --output=plot.png matplotlib is needed for plotting. Did I miss anything? Function I am profiling is run() which is inside: file_to_be_profiled.py #!/usr/bin/python import time

React Developers的10个超实用神奇工具

不打扰是莪最后的温柔 提交于 2019-11-27 02:56:57
React是一个用于构建用户界面的JavaScript库。但是,很多人都不知道,其实有非常多的有助于我们更好地使用React,提升用户开发体验的优秀工具。 如果您还没有使用过React,或者有可能对使用它感兴趣,当他们问你为什么要使用这个库时,你会怎么说? 除了告诉他们React的库有多棒(这应该是第一件事)之外,我还想提到开源社区创建的工具这部分,它将极大地提升你的体验感,甚至让你觉得兴奋。 以下是您可以在2019年用于构建React应用程序的10个工具(此列表不按其重要性排序;原文本有22个,我们将在下期接着推送。) 1. Webpack Bundle Analyzer 有没有想过你的应用程序的哪些部分占用了大部分空间?那么,你可以找到Webpack Bundle Analyzer。该软件包将帮助您识别占用空间最多的输出文件。 它将创建一个实时服务器,并为您提供捆绑包内容的交互式树形图可视化。通过这个工具包,您可以看到所呈现文件的位置,gzip大小,解析大小以及子/父文件。 你可以根据你看到的内容优化你的React应用程序! 这是一个截图: 您可以清楚地看到pdf包占用应用程序中的最大空间,同时,它也占据了屏幕上最显著的位置。这个非常有用。 屏幕截图只是它功能中非常非常小的一部分,您还可以更进一步地进行查看,例如 generateStatsFile: true