You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(wasm): Enable the log profiler
* chore: Disable for wasi
* chore: Add log profiler docs
* chore: Adjust flush logs syntax
* chore: Adjust defines, add conditionals, remove Module dependency
* chore: Adjust buffer_unlock exclusion
* chore: Adjust doc
* chore: Add log profiler sample
* chore: Add more sample logging
* chore: Remove unused makefile target
* chore: Remove icall, use jit interception to take heap sot
* chore: Remove unused logs
* chore: Remove unused dependency
* Revert "chore: Remove unused dependency"
This reverts commit 33221c4.
* remove ENABLE_BROWSER_PROFILER from default build
* Draft of WBT.
* Miss-commit, there's no profiler.js in the sample.
* Shift the responsibility of checking profile's size to the browser.
* Test linking of all 3 types of loggers + running one of them.
* link all 3 at the same time
* fix [Fact]
* Treat a list of loggers as one argument.
Avoid "MSBUILD : error MSB1005: Specify a property and its value."
* fix?
---------
Co-authored-by: pavelsavara <pavel.savara@gmail.com>
Co-authored-by: Ilona Tomkowicz <itomkowicz@microsoft.com>
Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Co-authored-by: Pavel Savara <pavelsavara@microsoft.com>
mono_assert(runtimeHelpers.emscriptenBuildOptions.enableLogProfiler,"Log profiler is not enabled, please use <WasmProfilers>log;</WasmProfilers> in your project file.");
39
+
mono_assert(options.takeHeapshot,"Log profiler is not enabled, the takeHeapshot method must be defined in LogProfilerOptions.takeHeapshot");
0 commit comments