Skip to content

Commit

Permalink
Merge pull request conda-archive#363 from jakirkham/add_memory_profiler
Browse files Browse the repository at this point in the history
memory_profiler: Similar to the line_profiler except for memory
  • Loading branch information
msarahan committed Oct 22, 2015
2 parents bf89dc3 + e3e8c19 commit f0e8967
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions memory_profiler/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions memory_profiler/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
21 changes: 21 additions & 0 deletions memory_profiler/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: memory_profiler
version: "0.33"

source:
fn: memory_profiler-0.33.tar.gz
url: https://pypi.python.org/packages/source/m/memory_profiler/memory_profiler-0.33.tar.gz
md5: 9debea7238d9837b20aa99751cebbe08

requirements:
build:
- python
- setuptools

run:
- python

about:
home: http://pypi.python.org/pypi/memory_profiler
license: BSD License
summary: 'A module for monitoring memory usage of a python program'

0 comments on commit f0e8967

Please sign in to comment.