feat: use tracing crate to measure cpu time
This commit is contained in:
parent
80fe2c6d83
commit
0a5e25e4f0
8 changed files with 289 additions and 104 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue