{"id":"compute.profiling--profileReport","name":"profileReport","owner":"yeho","package":"compute.profiling","kind":"thing","signature":"external thing profileReport","description":"A profile report record carrying label, timings, traces, floatTraces, events, and related state.","context":"Collect and describe compute timing, work, and profiling records.","parameters":[],"returns":"void","members":[{"name":"label","kind":"field","type":"text","description":"Stores label as text.","signature":"text label","tags":["thing","field","compute.profiling"],"updated":"2026-09-09"},{"name":"timings","kind":"field","type":"list of profileTiming","description":"Stores timings as list of profileTiming.","signature":"list of profileTiming timings","tags":["thing","field","compute.profiling"],"updated":"2026-09-09"},{"name":"traces","kind":"field","type":"list of profileTrace","description":"Stores traces as list of profileTrace.","signature":"list of profileTrace traces","tags":["thing","field","compute.profiling"],"updated":"2026-09-09"},{"name":"floatTraces","kind":"field","type":"list of floatTrace","description":"Stores float traces as list of floatTrace.","signature":"list of floatTrace floatTraces","tags":["thing","field","compute.profiling"],"updated":"2026-09-09"},{"name":"events","kind":"field","type":"list of executionEvent","description":"Stores events as list of executionEvent.","signature":"list of executionEvent events","tags":["thing","field","compute.profiling"],"updated":"2026-09-09"},{"name":"memory","kind":"field","type":"memoryTimeline","description":"Stores memory as memoryTimeline.","signature":"memoryTimeline memory","tags":["thing","field","compute.profiling"],"updated":"2026-09-09"},{"name":"note","kind":"field","type":"text","description":"Stores note as text.","signature":"text note","tags":["thing","field","compute.profiling"],"updated":"2026-09-09"},{"name":"profileReport","kind":"constructor","parameters":[{"name":"label","type":"text","description":"Label."},{"name":"note","type":"text","description":"Note."}],"returns":"void","signature":"profileReport(text label, text note)","description":"Profile report.","tags":["thing","constructor","compute.profiling"],"updated":"2026-09-09"},{"name":"AddTiming","kind":"method","parameters":[{"name":"timing","type":"profileTiming","description":"Timing."}],"returns":"void","signature":"AddTiming(profileTiming timing)","description":"Add timing.","tags":["thing","method","compute.profiling"],"exampleId":"method-AddTiming-8","updated":"2026-09-09"},{"name":"AddTrace","kind":"method","parameters":[{"name":"trace","type":"profileTrace","description":"Trace."}],"returns":"void","signature":"AddTrace(profileTrace trace)","description":"Add trace.","tags":["thing","method","compute.profiling"],"exampleId":"method-AddTrace-9","updated":"2026-09-09"},{"name":"AddFloatTrace","kind":"method","parameters":[{"name":"trace","type":"floatTrace","description":"Trace."}],"returns":"void","signature":"AddFloatTrace(floatTrace trace)","description":"Add float trace.","tags":["thing","method","compute.profiling"],"exampleId":"method-AddFloatTrace-10","updated":"2026-09-09"},{"name":"AddEvent","kind":"method","parameters":[{"name":"event","type":"executionEvent","description":"Event."}],"returns":"void","signature":"AddEvent(executionEvent event)","description":"Add event.","tags":["thing","method","compute.profiling"],"exampleId":"method-AddEvent-11","updated":"2026-09-09"},{"name":"AddMemorySample","kind":"method","parameters":[{"name":"sample","type":"memorySample","description":"Sample."}],"returns":"void","signature":"AddMemorySample(memorySample sample)","description":"Add memory sample.","tags":["thing","method","compute.profiling"],"exampleId":"method-AddMemorySample-12","updated":"2026-09-09"},{"name":"SetMemoryTimeline","kind":"method","parameters":[{"name":"timeline","type":"memoryTimeline","description":"Timeline."}],"returns":"void","signature":"SetMemoryTimeline(memoryTimeline timeline)","description":"Set memory timeline.","tags":["thing","method","compute.profiling"],"exampleId":"method-SetMemoryTimeline-13","updated":"2026-09-09"},{"name":"TimingCount","kind":"method","parameters":[],"returns":"int","signature":"TimingCount() returns int","description":"Timing count.","tags":["thing","method","compute.profiling"],"exampleId":"method-TimingCount-14","updated":"2026-09-09"},{"name":"TraceCount","kind":"method","parameters":[],"returns":"int","signature":"TraceCount() returns int","description":"Trace count.","tags":["thing","method","compute.profiling"],"exampleId":"method-TraceCount-15","updated":"2026-09-09"},{"name":"FloatTraceCount","kind":"method","parameters":[],"returns":"int","signature":"FloatTraceCount() returns int","description":"Float trace count.","tags":["thing","method","compute.profiling"],"exampleId":"method-FloatTraceCount-16","updated":"2026-09-09"},{"name":"EventCount","kind":"method","parameters":[],"returns":"int","signature":"EventCount() returns int","description":"Event count.","tags":["thing","method","compute.profiling"],"exampleId":"method-EventCount-17","updated":"2026-09-09"},{"name":"MemorySampleCount","kind":"method","parameters":[],"returns":"int","signature":"MemorySampleCount() returns int","description":"Memory sample count.","tags":["thing","method","compute.profiling"],"exampleId":"method-MemorySampleCount-18","updated":"2026-09-09"},{"name":"MemoryPeakBytes","kind":"method","parameters":[],"returns":"int","signature":"MemoryPeakBytes() returns int","description":"Memory peak bytes.","tags":["thing","method","compute.profiling"],"exampleId":"method-MemoryPeakBytes-19","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","compute.profiling"],"exampleId":"method-Describe-20","updated":"2026-09-09"}],"tags":["compute","compute.profiling","cpu","method","profiling","source-example","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/compute/profiling/profiling.yh","line":567,"sha256":"067dd2a8894dc02cf9197cfff4d83258fae401d7f03ae44b9f38d3c68bed1e7b"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use profileReport","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using compute.profiling\n\n// Collect and describe compute timing, work, and profiling records.\nprofileReport sample = profileReport(\"Player health\", \"note\")\nConsole.Log(Text.From(sample.label))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"11aa62c03dc553ff5bebd409f710821c0b93aed5659bde76001a8ef9dec26ec5","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddTiming-8","title":"profileReport.AddTiming","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Add timing.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nprofileTiming argument_timing = profileTiming(\"Player health\", \"stage\", \"origin\", 1, 1, \"note\")\ninstance.AddTiming(argument_timing)\nConsole.Log(\"AddTiming completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"4292d039f6d0cfaa31d69f6b8f47c63c455b271eb2a75be54f5363e5db8da851","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddTrace-9","title":"profileReport.AddTrace","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Add trace.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nprofileTrace argument_trace = profileTrace(\"Player health\", shapeTrace(\"Player health\", \"origin\", tensorShape(\"element Type\", []), \"note\"), valueTrace(\"Player health\", \"origin\", [], \"note\"), \"note\")\ninstance.AddTrace(argument_trace)\nConsole.Log(\"AddTrace completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"fd7e05f073bc9e2d0ccd8d4ea79c0f75119c079da74c58b2f5c9af8ab9733e2b","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddFloatTrace-10","title":"profileReport.AddFloatTrace","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Add float trace.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nfloatTrace argument_trace = floatTrace(\"Player health\", \"origin\", [], \"note\")\ninstance.AddFloatTrace(argument_trace)\nConsole.Log(\"AddFloatTrace completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"8bfe538b61a0cce32d952dadf68357153e5e96c2007a361f47f509b80cdb705a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddEvent-11","title":"profileReport.AddEvent","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Add event.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nexecutionEvent argument_event = executionEvent(\"Player health\", \"stage\", \"cpu-oracle\", \"subject\", profileTiming(\"Player health\", \"stage\", \"origin\", 1, 1, \"note\"), \"ready\", \"note\")\ninstance.AddEvent(argument_event)\nConsole.Log(\"AddEvent completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"3baf888220e307d244d5ba20075fdeb5c3051fc7906034d7d65fafb08e237fa6","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddMemorySample-12","title":"profileReport.AddMemorySample","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Add memory sample.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nmemorySample argument_sample = memorySample(\"Player health\", \"stage\", \"device\", 4, 4, 4, 4, \"note\")\ninstance.AddMemorySample(argument_sample)\nConsole.Log(\"AddMemorySample completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"f4c6a42d87fa2fa8b930aca459676a391ea703a0aa6d693b4a8a4d687090787d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-SetMemoryTimeline-13","title":"profileReport.SetMemoryTimeline","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Set memory timeline.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nmemoryTimeline argument_timeline = memoryTimeline(\"Player health\", \"note\")\ninstance.SetMemoryTimeline(argument_timeline)\nConsole.Log(\"SetMemoryTimeline completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"d6e1ab8dc72dbd7318eb263be3f27584c24f9b2132cd5ef5318ba7822bcf9aac","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-TimingCount-14","title":"profileReport.TimingCount","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Timing count.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nint result = instance.TimingCount()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"3b910b2ae9de8087a7b6e2dd4fa82ce106034b2abe7e13f637bfd05f55cdb879","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-TraceCount-15","title":"profileReport.TraceCount","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Trace count.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nint result = instance.TraceCount()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"8c1470ab2d6bf2d6f37f81c2b2249aae5e84003efc7f2085e2031851c68c66a9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-FloatTraceCount-16","title":"profileReport.FloatTraceCount","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Float trace count.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nint result = instance.FloatTraceCount()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"40f874d93bd46a4f2ab7ab16928f184ce157152f54fc3738a66abf4b80e6fc1d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-EventCount-17","title":"profileReport.EventCount","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Event count.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nint result = instance.EventCount()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"7573967b7b03f2786b52c16e0f8dfedb2ad7654fbb6866c51f6bc230ee3bc40d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-MemorySampleCount-18","title":"profileReport.MemorySampleCount","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Memory sample count.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nint result = instance.MemorySampleCount()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"c272f96d38373b594bcae3e3c195d5d575a5ed7c02dc47b864423304492f9536","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-MemoryPeakBytes-19","title":"profileReport.MemoryPeakBytes","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Memory peak bytes.\nprofileReport instance = profileReport(\"Player health\", \"note\")\nint result = instance.MemoryPeakBytes()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"9b007a7b2d1656ae67d14c708e86f60304b783ee7c63997441cb11cafcd9ad2a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-20","title":"profileReport.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using compute.profiling\n\n// Describe.\nprofileReport instance = profileReport(\"Player health\", \"note\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.compute_profiling__profilereport\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"compute.profiling\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/profiling\"\n\n[[dependencies]]\npackage = \"compute.tensor\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/compute/tensor\"\n\n[[dependencies]]\npackage = \"console\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/console\"\n\n[[dependencies]]\npackage = \"diagnostics\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/diagnostics\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"15eec5b4b36c1fbc62e89f9762006a80d79f109d915d41a6e33de0fa4dd54803","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["label","timings","traces","floatTraces","events","memory","note","profileReport","AddTiming","AddTrace","AddFloatTrace","AddEvent","AddMemorySample","SetMemoryTimeline","TimingCount","TraceCount","FloatTraceCount","EventCount","MemorySampleCount","MemoryPeakBytes","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=compute.profiling--profileReport","json":"https://demonhunterlabs.com/reference/items/compute.profiling--profileReport.json","markdown":"https://demonhunterlabs.com/reference/text/compute.profiling--profileReport.md"}
