Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f404a69951b6f67dea3dfdd82f5cf7fa19a2230c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f404a69951b6f67dea3dfdd82f5cf7fa19a2230c)
  • Date: Tue, 4 Aug 2015 19:08:58 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/line_profiler/DEPENDS | 2 ++
python-pypi/line_profiler/DETAILS | 19 +++++++++++++++++++
python-pypi/line_profiler/HISTORY | 2 ++
python-pypi/memory_profiler/DEPENDS | 2 ++
python-pypi/memory_profiler/DETAILS | 14 ++++++++++++++
python-pypi/memory_profiler/HISTORY | 2 ++
7 files changed, 45 insertions(+)

New commits:
commit f404a69951b6f67dea3dfdd82f5cf7fa19a2230c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

memory_profiler: new spell, monitor memory usage of Python code

commit 1f1c59fb52674a86ecadaa8e9e13b739ddc63a82
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

line_profiler: new spell, line-by-line profiling for Python

diff --git a/ChangeLog b/ChangeLog
index 431eac5..c4987e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/blessings: new spell, thin, practical wrapper around
terminal capabilities in Python
+ * python-pypi/line_profiler: new spell, line-by-line profiling for
+ Python
+ * python-pypi/memory_profiler: new spell, monitor memory usage of
+ Python code

2015-08-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-cookie: new spell, cookie parsing and rendereing for
diff --git a/python-pypi/line_profiler/DEPENDS
b/python-pypi/line_profiler/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/line_profiler/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/line_profiler/DETAILS
b/python-pypi/line_profiler/DETAILS
new file mode 100755
index 0000000..54ecce9
--- /dev/null
+++ b/python-pypi/line_profiler/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=line_profiler
+ VERSION=1.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/l/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:15dd7ee10951287a5030eaff28e729e82094ec41d8e8dec803d5e44c6b9036ecbf1198365ef43c1fdd28451dec260c6491d118f1762d99fe037bb85eb7908dda
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/rkern/line_profiler
+ LICENSE[0]=BSD
+ ENTERED=20150804
+ SHORT="line-by-line profiling for Python"
+cat << EOF
+line_profiler will profile the time individual lines of code take to execute.
+The profiler is implemented in C via Cython in order to reduce the overhead
of
+profiling.
+
+Also included is the script kernprof.py which can be used to conveniently
+profile Python applications and scripts either with line_profiler or with the
+function-level profiling tools in the Python standard library.
+EOF
diff --git a/python-pypi/line_profiler/HISTORY
b/python-pypi/line_profiler/HISTORY
new file mode 100644
index 0000000..fcc79ab
--- /dev/null
+++ b/python-pypi/line_profiler/HISTORY
@@ -0,0 +1,2 @@
+2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.0
diff --git a/python-pypi/memory_profiler/DEPENDS
b/python-pypi/memory_profiler/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/memory_profiler/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/memory_profiler/DETAILS
b/python-pypi/memory_profiler/DETAILS
new file mode 100755
index 0000000..b8c494b
--- /dev/null
+++ b/python-pypi/memory_profiler/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=memory_profiler
+ VERSION=0.33
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/m/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:51bf1712943e3f1e6881373afbe88b4c884a98e55d9936d90f8a6ce6ce996f33f9863be5ab638e58218f165f9a06fff4f2d72c2da1b4977a2008cf1f0becaf97
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/fabianp/memory_profiler
+ LICENSE[0]=BSD
+ ENTERED=20150804
+ SHORT="monitor memory usage of Python code"
+cat << EOF
+This is a python module for monitoring memory consumption of a process as
well
+as line-by-line analysis of memory consumption for python programs.
+EOF
diff --git a/python-pypi/memory_profiler/HISTORY
b/python-pypi/memory_profiler/HISTORY
new file mode 100644
index 0000000..64f388a
--- /dev/null
+++ b/python-pypi/memory_profiler/HISTORY
@@ -0,0 +1,2 @@
+2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.33



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f404a69951b6f67dea3dfdd82f5cf7fa19a2230c), Vlad Glagolev, 08/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page