tree: c36b01260126b14d21d959c800690fac2eb6b330 [path history] [tgz]
  1. c/
  2. cpp/
  3. rust/
  4. BUILD.gn
  5. OWNERS
  6. README.md
examples/time/README.md

Time examples

This directory contains examples of Fuchsia-specific time operations. For more details on handling time in Fuchsia, see the documentation.

Building

To add this project to your build, append --with //examples/time to your fx set invocation.

If you do not already have one running, start a package server so the example components can be resolved from your device:

$ fx serve

Running

To run one of the example components defined here, provide the full component URL to run:

  • C

    $ ffx component run /core/ffx-laboratory:c-time-example 'fuchsia-pkg://fuchsia.com/time-examples#meta/c-time-example.cm'
    
  • C++

    $ ffx component run /core/ffx-laboratory:cpp-time-example 'fuchsia-pkg://fuchsia.com/time-examples#meta/cpp-time-example.cm'
    
  • Rust

    $ ffx component run /core/ffx-laboratory:rust-time-example 'fuchsia-pkg://fuchsia.com/time-examples#meta/rust-time-example.cm'
    

You can see the messages printed by the sample using fx log.