memtracker(varargin​)

버전 1.6.0.0 (5.06 KB) 작성자: Jesse Hopkins
Displays recent history of Matlab & Java memory usage.
다운로드 수: 418
업데이트 날짜: 2015/8/24

라이선스 보기

% USAGE:
% memtracker
% Creates memtracker figure (docked by default)
%
% memtracker pause
% Pauses the memory tracker from updating
%
% memtracker resume
% Resumes memory tracker updating
%
% memtracker('SetUpdateRate',ur)
% Sets update rate to specified interval (seconds) (default: 0.5 sec)
%
% memtracker('SetBufferSize',size)
% Sets the buffer size to specified size (number of elements) (default: 500)
%
% memtracker('SetPlotProps', ... )
% Applies specified property/value pairs to the line objects
%
% memtracker('SetAxProps', ... )
% Applies specified property/value pairs to the axes objects
%
% memtracker('SetFigProps', ... )
% Applies specified property/value pairs to the figure
%
% memtracker dock
% Dock the memtracker figure
%
% memtracker undock
% Undock the memetracker figure
%
%
% Author: Jesse Hopkins
% Date: Oct. 25 2012
%

인용 양식

Jesse Hopkins (2024). memtracker(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/38793-memtracker-varargin), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Spreadsheets에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.6.0.0

Improved backward compatibility of YTickLabels for Matlab versions < R2014B
Fixed typo in help comments

1.5.0.0

Modified YTick Labels for compatibility with R2014B
Added button to run java garbage collector.

1.1.0.0

Added calls to mlock to prevent clearing of persistent variables.

1.0.0.0