feat: use tracing crate to measure cpu time

This commit is contained in:
YetAnotherMinion 2021-12-10 00:18:01 +00:00 committed by nobody
commit 0a5e25e4f0
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
8 changed files with 289 additions and 104 deletions

View file

@ -1,4 +1,4 @@
module Main exposing (view, view2, view3)
module Main exposing (view, view2, view3, badReturnType)
import Html exposing (Html, div, text)
import Svg exposing (Svg, svg)