HomeSort by relevance Sort by last modified time
    Searched refs:profiling (Results 26 - 50 of 214) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/go/darwin-x86/src/runtime/
signal_openbsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
mprof.go 5 // Malloc profiling.
36 // A bucket holds per-call-stack profiling information.
42 // Per-call-stack profiling information.
102 // active is the currently published profile. A profiling
278 // profiling cycle.
289 // mProf_Flush flushes the events from the current heap profiling
291 // heap profiling cycle with mProf_NextCycle.
379 // To turn off profiling entirely, pass rate <= 0.
383 r = 0 // disable profiling
436 // To turn off profiling entirely, pass rate 0
    [all...]
sigtab_linux_generic.go 41 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_solaris.go 37 /* 29 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling timer expired"},
sigtab_linux_mipsx.go 40 /* 29 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
raceprof.go 9 // Test that we can collect a lot of colliding profiling signals from
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 16 // SemacquireMutex is like Semacquire, but for profiling contended Mutexes.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
util.go 75 // Not doing memory profiling; disable it entirely.
  /prebuilts/go/linux-x86/src/runtime/
os2_plan9.go 46 prof struct { // Per process profiling
signal_darwin.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_dragonfly.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_freebsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_nacl.go 40 /* 27 */ {_SigNotify, "SIGPROF: profiling alarm clock"},
signal_netbsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
signal_openbsd.go 35 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
mprof.go 5 // Malloc profiling.
36 // A bucket holds per-call-stack profiling information.
42 // Per-call-stack profiling information.
102 // active is the currently published profile. A profiling
278 // profiling cycle.
289 // mProf_Flush flushes the events from the current heap profiling
291 // heap profiling cycle with mProf_NextCycle.
379 // To turn off profiling entirely, pass rate <= 0.
383 r = 0 // disable profiling
436 // To turn off profiling entirely, pass rate 0
    [all...]
sigtab_linux_generic.go 41 /* 27 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
raceprof.go 9 // Test that we can collect a lot of colliding profiling signals from
  /prebuilts/go/linux-x86/src/sync/
runtime.go 16 // SemacquireMutex is like Semacquire, but for profiling contended Mutexes.
  /test/vti/dashboard/src/main/java/com/android/vts/util/
DatastoreHelper.java 227 // Process profiling data for test case
228 for (ProfilingReportMessage profiling : testCase.getProfilingList()) {
230 ProfilingPointRunEntity.fromProfilingReport(testRunKey, profiling);
232 logger.log(Level.WARNING, "Invalid profiling report in test run " + testRunKey);
307 // Process global profiling data
308 for (ProfilingReportMessage profiling : report.getProfilingList()) {
310 ProfilingPointRunEntity.fromProfilingReport(testRunKey, profiling);
312 logger.log(Level.WARNING, "Invalid profiling report in test run " + testRunKey);
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 28 // There is also a standard HTTP interface to profiling data. Adding the
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 28 // There is also a standard HTTP interface to profiling data. Adding the
  /test/vts/utils/python/web/
web_utils.py 196 """Adds the timestamp profiling data to the web DB.
201 name: string, profiling point name.
216 logging.error("profiling point %s is already active.", name)
220 profiling_msg = self.report_msg.profiling.add()
239 """Adds the vector profiling data in order to upload to the web DB.
244 name: string, profiling point name.
247 data_type: profiling data type.
261 logging.error("profiling point %s is already active.", name)
265 profiling_msg = self.report_msg.profiling.add()
285 """Adds the labeled vector profiling data in order to upload to the web DB
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 5 // Package pprof serves via its HTTP server runtime profiling data
50 // https://blog.golang.org/2011/06/profiling-go-programs.html
129 fmt.Fprintf(w, "Could not enable CPU profiling: %s\n", err)
  /prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go 5 // Package pprof serves via its HTTP server runtime profiling data
50 // https://blog.golang.org/2011/06/profiling-go-programs.html
129 fmt.Fprintf(w, "Could not enable CPU profiling: %s\n", err)

Completed in 369 milliseconds

12 3 4 5 6 7 8 9