Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a731bf17
Commit
a731bf17
authored
Nov 20, 2010
by
Senthil Kumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix buildbot failures - removing the CPU term in the seconds from the output.
parent
8284bd6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/test/test_cprofile.py
Lib/test/test_cprofile.py
+1
-1
Lib/test/test_profile.py
Lib/test/test_profile.py
+1
-1
No files found.
Lib/test/test_cprofile.py
View file @
a731bf17
...
...
@@ -39,7 +39,7 @@ def main():
# Don't remove this comment. Everything below it is auto-generated.
#--cut--------------------------------------------------------------------------
CProfileTest
.
expected_output
[
'print_stats'
]
=
"""
\
126 function calls (106 primitive calls) in 1.000
CPU
seconds
126 function calls (106 primitive calls) in 1.000 seconds
Ordered by: standard name
...
...
Lib/test/test_profile.py
View file @
a731bf17
...
...
@@ -93,7 +93,7 @@ def main():
# Don't remove this comment. Everything below it is auto-generated.
#--cut--------------------------------------------------------------------------
ProfileTest
.
expected_output
[
'print_stats'
]
=
"""
\
127 function calls (107 primitive calls) in 999.749
CPU
seconds
127 function calls (107 primitive calls) in 999.749 seconds
Ordered by: standard name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment