Add sol_log_compute_units syscall

This commit is contained in:
Michael Vines
2020-10-28 12:39:48 -07:00
parent 33884d847a
commit 66e51a7363
7 changed files with 79 additions and 0 deletions

View File

@ -18,5 +18,7 @@ extern uint64_t entrypoint(const uint8_t *input) {
// program, no account keys or input data are expected but real
// programs will have specific requirements so they can do their work.
sol_log_params(&params);
sol_log_compute_units();
return SUCCESS;
}