Simple fibonacci contract with spent gas measurement

Hello, I have average knowledge about haskell and smart contract development for blockchain. I got interested in cardano and would like to try to make a simple contract using the fibonacci recursive function just to test it out. I couldn’t find in the documentation a place online, or locally, where I can write the contract, in Haskell or Plutus and have these numbers, of gas and time that were spent while executing the contract. Some other blockchains have this type of tool, which is possible in Remix for Ethereum, as an example, and others allow this with cli commands that can compile the language and say how much gas will be spent.