Revision: 175
Author: roman_yakovenko
Date: 2006-05-28 01:28:55 -0700 (Sun, 28 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=175&view=rev
Log Message:
-----------
removing pkg-info.txt and profile_pypp.py files
Removed Paths:
-------------
pyplusplus_dev/examples/pyboost_dev/dev/date_time/pkg-info.txt
pyplusplus_dev/examples/pyboost_dev/dev/date_time/profile_pypp.py
Deleted: pyplusplus_dev/examples/pyboost_dev/dev/date_time/pkg-info.txt
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/dev/date_time/pkg-info.txt 2006-05-28 08:27:04 UTC (rev 174)
+++ pyplusplus_dev/examples/pyboost_dev/dev/date_time/pkg-info.txt 2006-05-28 08:28:55 UTC (rev 175)
@@ -1,18 +0,0 @@
-Metadata-Version: 1.1
-Name: py_date_time
-Version: 1.33.1
-Author: Roman Yakovenko
-Author-email: roman yakovenko at gmail com
-Maintainer: Roman Yakovenko
-Maintainer-email: roman yakovenko at gmail com
-Home-page: http://www.language-binding.net/pyplusplus/examples/py_date_time/py_date_time.html
-Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
-Summary: Python bindings for C++ boost.date_time library
-License: Boost Software License
-Description: Python bindings for C++ boost.date_time library. Bindings has been created with pyplusplus code generator
-Keywords: C++ code generation bindings date time
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: License :: Freeware
-Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development
\ No newline at end of file
Deleted: pyplusplus_dev/examples/pyboost_dev/dev/date_time/profile_pypp.py
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/dev/date_time/profile_pypp.py 2006-05-28 08:27:04 UTC (rev 174)
+++ pyplusplus_dev/examples/pyboost_dev/dev/date_time/profile_pypp.py 2006-05-28 08:28:55 UTC (rev 175)
@@ -1,20 +0,0 @@
-# Copyright 2004 Roman Yakovenko.
-# Distributed under the Boost Software License, Version 1.0. (See
-# accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
-
-import os
-import hotshot
-import hotshot.stats
-import settings
-import generate_code
-
-if __name__ == "__main__":
- statistics_file = os.path.join( settings.generated_files_dir, 'profile.stat' )
- profile = hotshot.Profile(statistics_file)
- profile.runcall( generate_code.export )
- profile.close()
- statistics = hotshot.stats.load( statistics_file )
- statistics.strip_dirs()
- statistics.sort_stats( 'time', 'calls' )
- statistics.print_stats( 40 )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|