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
3a18f3ba
Commit
3a18f3ba
authored
Apr 02, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hyphenate "built-in" for consistency.
parent
5204b4a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libprofile.tex
Doc/lib/libprofile.tex
+1
-1
Doc/libprofile.tex
Doc/libprofile.tex
+1
-1
No files found.
Doc/lib/libprofile.tex
View file @
3a18f3ba
...
@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler. The first is
...
@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler. The first is
that it relies on the Python interpreter to dispatch
\dfn
{
call
}
,
that it relies on the Python interpreter to dispatch
\dfn
{
call
}
,
\dfn
{
return
}
, and
\dfn
{
exception
}
events. Compiled
\C
{}
code does not
\dfn
{
return
}
, and
\dfn
{
exception
}
events. Compiled
\C
{}
code does not
get interpreted, and hence is ``invisible'' to the profiler. All time
get interpreted, and hence is ``invisible'' to the profiler. All time
spent in
\C
{}
code (including builtin functions) will be charged to the
spent in
\C
{}
code (including built
-
in functions) will be charged to the
Python function that invoked the
\C
{}
code. If the
\C
{}
code calls out
Python function that invoked the
\C
{}
code. If the
\C
{}
code calls out
to some native Python code, then those calls will be profiled
to some native Python code, then those calls will be profiled
properly.
properly.
...
...
Doc/libprofile.tex
View file @
3a18f3ba
...
@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler. The first is
...
@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler. The first is
that it relies on the Python interpreter to dispatch
\dfn
{
call
}
,
that it relies on the Python interpreter to dispatch
\dfn
{
call
}
,
\dfn
{
return
}
, and
\dfn
{
exception
}
events. Compiled
\C
{}
code does not
\dfn
{
return
}
, and
\dfn
{
exception
}
events. Compiled
\C
{}
code does not
get interpreted, and hence is ``invisible'' to the profiler. All time
get interpreted, and hence is ``invisible'' to the profiler. All time
spent in
\C
{}
code (including builtin functions) will be charged to the
spent in
\C
{}
code (including built
-
in functions) will be charged to the
Python function that invoked the
\C
{}
code. If the
\C
{}
code calls out
Python function that invoked the
\C
{}
code. If the
\C
{}
code calls out
to some native Python code, then those calls will be profiled
to some native Python code, then those calls will be profiled
properly.
properly.
...
...
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