Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
What does it mean in Profiler documentaion?
  • We are translating FuelPHP Documentaion into Japanese.
    http://fuelphp.jp/docs/1.6/

    Today we have one question about the documentaion.

    https://github.com/fuel/docs/blob/1.7/develop/general/profiling.html#L53


    The profiler provides profiling and debugging related information without having to add a lot of programmatic overhead to the code. You only need to toggle one config setting to true and you have access to an automated tool to help create a faster and more consistent review experience. Since anyone can use it, the profiler also gives you an idea of where the code
    stands before the review.


    Anyone who are good at English, would you please explain what does the last sentence mean? What does "stands" mean?
  • Hmm... Very good question.

    I assume it means "the state of the [performance of the] code", but I have to agree it's an odd sentence.

    I think wat is meant is that because it is a built-in tool, anyone working on the application has immediate access to profiling information, how the code performs, without the need for external tools.

    I think it can better be rephrased...

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion