Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1624)

Issue 6030056: issue330

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by jendrik
Modified:
12 years, 11 months ago
Reviewers:
Malte
Visibility:
Public.

Description

translator memory usage

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -4 lines) Patch
M src/translate/tools.py View 4 chunks +17 lines, -4 lines 4 comments Download
M src/translate/translate.py View 2 chunks +2 lines, -0 lines 2 comments Download

Messages

Total messages: 2
Malte
http://codereview.appspot.com/6030056/diff/1/src/translate/tools.py File src/translate/tools.py (right): http://codereview.appspot.com/6030056/diff/1/src/translate/tools.py#newcode75 src/translate/tools.py:75: # This will only work on Linux/Unix systems. Should ...
12 years, 11 months ago (2012-04-16 08:32:33 UTC) #1
jendrik
12 years, 11 months ago (2012-04-16 11:22:30 UTC) #2
Made proposed changes.

http://codereview.appspot.com/6030056/diff/1/src/translate/tools.py
File src/translate/tools.py (right):

http://codereview.appspot.com/6030056/diff/1/src/translate/tools.py#newcode75
src/translate/tools.py:75: # This will only work on Linux/Unix systems.
On 2012/04/16 08:32:34, Malte wrote:
> Should be "Linux" rather than "Linux/Unix" -- other common Unixes (in
particular
> Mac OS X) don't support this.

Done.

http://codereview.appspot.com/6030056/diff/1/src/translate/tools.py#newcode83
src/translate/tools.py:83: return -1
On 2012/04/16 08:32:34, Malte wrote:
> I think we should print the warning whenever we return -1, i.e. also if for
some
> reason we fail to find the VmPeak line.
> 
> except IOError:
>     pass
> print "..."
> return -1
> 
> Also, I think returning None would be more pythonic.

Done.

http://codereview.appspot.com/6030056/diff/1/src/translate/translate.py
File src/translate/translate.py (right):

http://codereview.appspot.com/6030056/diff/1/src/translate/translate.py#newco...
src/translate/translate.py:564: print "Translator peak memory: %d KB" %
tools.get_peak_memory_in_kb()
I chose to raise a Warning if the value cannot be determined.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b