Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
68151d4f
Kaydet (Commit)
68151d4f
authored
Haz 27, 2011
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.2 (#12417)
üst
ea30a5e6
8d770695
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
45 deletions
+28
-45
profile.py
Lib/profile.py
+13
-22
pstats.py
Lib/pstats.py
+15
-23
No files found.
Lib/profile.py
Dosyayı görüntüle @
68151d4f
...
@@ -2,35 +2,26 @@
...
@@ -2,35 +2,26 @@
#
#
# Class for profiling python code. rev 1.0 6/2/94
# Class for profiling python code. rev 1.0 6/2/94
#
#
# Written by James Roskind
# Based on prior profile module by Sjoerd Mullender...
# Based on prior profile module by Sjoerd Mullender...
# which was hacked somewhat by: Guido van Rossum
# which was hacked somewhat by: Guido van Rossum
"""Class for profiling Python code."""
"""Class for profiling Python code."""
# Copyright
1994, by InfoSeek Corporation, all rights r
eserved.
# Copyright
Disney Enterprises, Inc. All Rights R
eserved.
#
Written by James Roskind
#
Licensed to PSF under a Contributor Agreement
#
#
# Permission to use, copy, modify, and distribute this Python software
# Licensed under the Apache License, Version 2.0 (the "License");
# and its associated documentation for any purpose (subject to the
# you may not use this file except in compliance with the License.
# restriction in the following sentence) without fee is hereby granted,
# You may obtain a copy of the License at
# provided that the above copyright notice appears in all copies, and
# that both that copyright notice and this permission notice appear in
# supporting documentation, and that the name of InfoSeek not be used in
# advertising or publicity pertaining to distribution of the software
# without specific, written prior permission. This permission is
# explicitly restricted to the copying and modification of the software
# to remain in Python, compiled Python, or other languages (such as C)
# wherein the modified or derived code is exclusively imported into a
# Python module.
#
#
# INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
# http://www.apache.org/licenses/LICENSE-2.0
# SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
#
# FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
# Unless required by applicable law or agreed to in writing, software
# SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
# distributed under the License is distributed on an "AS IS" BASIS,
# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
# either express or implied. See the License for the specific language
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# governing permissions and limitations under the License.
import
sys
import
sys
...
...
Lib/pstats.py
Dosyayı görüntüle @
68151d4f
...
@@ -2,34 +2,26 @@
...
@@ -2,34 +2,26 @@
# Class for printing reports on profiled python code. rev 1.0 4/1/94
# Class for printing reports on profiled python code. rev 1.0 4/1/94
#
#
# Written by James Roskind
# Based on prior profile module by Sjoerd Mullender...
# Based on prior profile module by Sjoerd Mullender...
# which was hacked somewhat by: Guido van Rossum
# which was hacked somewhat by: Guido van Rossum
#
# see profile.py for more info.
# Copyright 1994, by InfoSeek Corporation, all rights reserved.
"""Class for profiling Python code."""
# Written by James Roskind
# Copyright Disney Enterprises, Inc. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# Permission to use, copy, modify, and distribute this Python software
# http://www.apache.org/licenses/LICENSE-2.0
# and its associated documentation for any purpose (subject to the
# restriction in the following sentence) without fee is hereby granted,
# provided that the above copyright notice appears in all copies, and
# that both that copyright notice and this permission notice appear in
# supporting documentation, and that the name of InfoSeek not be used in
# advertising or publicity pertaining to distribution of the software
# without specific, written prior permission. This permission is
# explicitly restricted to the copying and modification of the software
# to remain in Python, compiled Python, or other languages (such as C)
# wherein the modified or derived code is exclusively imported into a
# Python module.
#
#
# INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
# Unless required by applicable law or agreed to in writing, software
# SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
# distributed under the License is distributed on an "AS IS" BASIS,
# FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
# either express or implied. See the License for the specific language
# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
# governing permissions and limitations under the License.
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
import
sys
import
sys
...
...
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