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

Issue 4306043: code review 4306043: runtime: cpu profiling support (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by rsc
Modified:
13 years, 11 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

runtime: cpu profiling support

Patch Set 1 #

Patch Set 2 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 5155293bbd79 https://go.googlecode.com/hg #

Patch Set 7 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Total comments: 9

Patch Set 10 : diff -r 777b478bba31 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+852 lines, -105 lines) Patch
M src/pkg/runtime/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/amd64/traceback.c View 1 4 chunks +5 lines, -4 lines 0 comments Download
M src/pkg/runtime/arm/traceback.c View 1 3 chunks +3 lines, -4 lines 0 comments Download
A src/pkg/runtime/cpuprof.c View 1 2 3 4 5 6 7 8 9 1 chunk +421 lines, -0 lines 0 comments Download
M src/pkg/runtime/darwin/386/signal.c View 1 2 chunks +45 lines, -13 lines 0 comments Download
M src/pkg/runtime/darwin/amd64/signal.c View 1 2 chunks +45 lines, -13 lines 0 comments Download
M src/pkg/runtime/debug.go View 1 2 3 4 5 6 7 8 9 1 chunk +20 lines, -0 lines 0 comments Download
M src/pkg/runtime/freebsd/386/signal.c View 1 2 chunks +45 lines, -15 lines 0 comments Download
M src/pkg/runtime/freebsd/amd64/signal.c View 1 2 chunks +45 lines, -15 lines 0 comments Download
M src/pkg/runtime/linux/386/signal.c View 1 2 2 chunks +46 lines, -12 lines 0 comments Download
M src/pkg/runtime/linux/amd64/signal.c View 1 2 2 chunks +46 lines, -12 lines 0 comments Download
M src/pkg/runtime/linux/arm/signal.c View 1 2 3 4 5 7 2 chunks +45 lines, -13 lines 0 comments Download
M src/pkg/runtime/plan9/386/signal.c View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 6 chunks +64 lines, -4 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M src/pkg/runtime/windows/386/signal.c View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 11 months ago (2011-03-22 20:42:53 UTC) #1
rsc
In this CL the most interesting file is cpuprof.c. The changes to the many signal.c ...
13 years, 11 months ago (2011-03-22 20:44:57 UTC) #2
r
LGTM http://codereview.appspot.com/4306043/diff/15001/src/pkg/runtime/cpuprof.c File src/pkg/runtime/cpuprof.c (right): http://codereview.appspot.com/4306043/diff/15001/src/pkg/runtime/cpuprof.c#newcode47 src/pkg/runtime/cpuprof.c:47: // handoff using atomic operations. The atomics are ...
13 years, 11 months ago (2011-03-22 21:10:35 UTC) #3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 11 months ago (2011-03-23 15:43:36 UTC) #4
rsc
13 years, 11 months ago (2011-03-23 15:43:44 UTC) #5
*** Submitted as 741cebe073f1 ***

runtime: cpu profiling support

R=r
CC=golang-dev
http://codereview.appspot.com/4306043
Sign in to reply to this message.

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